Html Css Color HEX #52DB14 Kelly Green

📋 copy color: '#52DB14'

red 82 ◦ green 219 ◦ blue 20

#52DB14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #52DB14

Tints of Kelly Green #52DB14

RGB

 RED value IS 82 (32.42% from 255) = 25.55%

 GREEN value IS 219 (85.94% from 255) = 68.22%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 25.55%
G = 68.22%
B = 6.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#52DB14 (or 0x52DB14) is known color: Kelly Green. HEX triplet: 52, DB and 14. RGB value is (82,219,20). Sum of RGB (Red+Green+Blue) = 82+219+20=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 219 (85.94% from 255 or 68.22% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DB14 is #AD24EB. Grayscale: #9C9C9C. Windows color (decimal): -11347180 or 1366866. OLE color: 1366866.

HSL color Cylindrical-coordinate representation of color #52DB14: hue angle of 101.31º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52DB14 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 20 -
CMYK 0.63 0 0.91 0.14
HSL 101.31º 0.83% 0.47% -
HSV(B) 101.31º 0.91% 0.86% -
XYZ 28.94 52.51 9.27 -
YUV 155.35 51.61 75.68 -
System Red Green Blue C M Y K H S L
Decimal 82 219 20 0.63 0 0.91 0.14 101.31 0.83 0.47
Hex 52 DB 14 3F 0 5B E 65 53 2F
Octal 122 333 24 77 0 133 16 145 123 57
Binary 1010010 11011011 10100 111111 0 1011011 1110 1100101 1010011 101111

Color Harmonies of #52DB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB14

Black with #52DB14

Text Example


Text Example

White with #52DB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52DB14; }

 p { color: rgb(82,219,20); }

 H1.HeaderClassName
 {
   color: #52DB14;
 }
 .AnyTagClassName
 {
   color: #52DB14;
 }
</style>

background-color css

<style>
 a { background-color: #52DB14; }

 a { background-color: rgb(82,219,20); }

 div.DivClassName
 {
   background-color: #52DB14;
 }
 .BgClassName
 {
   background-color: #52DB14;
 }
</style>

border-color css

<style>
 span { border-color: #52DB14; }

 span { border-color: rgb(82,219,20); }

 td.TdClassName
 {
   border-color: #52DB14;
 }
 .TagClassName
 {
   border-color: #52DB14;
 }
</style>