Html Css Color HEX #52DB08 Kelly Green

📋 copy color: '#52DB08'

red 82 ◦ green 219 ◦ blue 8

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

Shades of Kelly Green #52DB08

Tints of Kelly Green #52DB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.59%

R = 26.54%
G = 70.87%
B = 2.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#52DB08 (or 0x52DB08) is known color: Kelly Green. HEX triplet: 52, DB and 08. RGB value is (82,219,8). Sum of RGB (Red+Green+Blue) = 82+219+8=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 219 (85.94% from 255 or 70.87% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DB08 is #AD24F7. Grayscale: #9A9A9A. Windows color (decimal): -11347192 or 580434. OLE color: 580434.

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

Color convert

RGB 82 219 8 -
CMYK 0.63 0 0.96 0.14
HSL 98.96º 0.93% 0.45% -
HSV(B) 98.96º 0.96% 0.86% -
XYZ 28.86 52.47 8.84 -
YUV 153.98 45.61 76.66 -
System Red Green Blue C M Y K H S L
Decimal 82 219 8 0.63 0 0.96 0.14 98.96 0.93 0.45
Hex 52 DB 8 3F 0 60 E 63 5D 2D
Octal 122 333 10 77 0 140 16 143 135 55
Binary 1010010 11011011 1000 111111 0 1100000 1110 1100011 1011101 101101

Color Harmonies of #52DB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB08

Black with #52DB08

Text Example


Text Example

White with #52DB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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