Html Css Color HEX #52B808 Kelly Green

📋 copy color: '#52B808'

red 82 ◦ green 184 ◦ blue 8

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

Shades of Kelly Green #52B808

Tints of Kelly Green #52B808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 67.15%

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

R = 29.93%
G = 67.15%
B = 2.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#52B808 (or 0x52B808) is known color: Kelly Green. HEX triplet: 52, B8 and 08. RGB value is (82,184,8). Sum of RGB (Red+Green+Blue) = 82+184+8=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 184 (72.27% from 255 or 67.15% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 184 - color contains mainly: green. Hex color #52B808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B808 is #AD47F7. Grayscale: #868686. Windows color (decimal): -11356152 or 571474. OLE color: 571474.

HSL color Cylindrical-coordinate representation of color #52B808: hue angle of 94.77º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52B808 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 184 8 -
CMYK 0.55 0 0.96 0.28
HSL 94.77º 0.92% 0.38% -
HSV(B) 94.77º 0.96% 0.72% -
XYZ 20.66 36.09 6.11 -
YUV 133.44 57.21 91.31 -
System Red Green Blue C M Y K H S L
Decimal 82 184 8 0.55 0 0.96 0.28 94.77 0.92 0.38
Hex 52 B8 8 37 0 60 1C 5F 5C 26
Octal 122 270 10 67 0 140 34 137 134 46
Binary 1010010 10111000 1000 110111 0 1100000 11100 1011111 1011100 100110

Color Harmonies of #52B808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B808

Black with #52B808

Text Example


Text Example

White with #52B808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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