Html Css Color HEX #52B917 Kelly Green

📋 copy color: '#52B917'

red 82 ◦ green 185 ◦ blue 23

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

Shades of Kelly Green #52B917

Tints of Kelly Green #52B917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.79%

 BLUE value IS 23 (9.38% from 255) = 7.93%

R = 28.28%
G = 63.79%
B = 7.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#52B917 (or 0x52B917) is known color: Kelly Green. HEX triplet: 52, B9 and 17. RGB value is (82,185,23). Sum of RGB (Red+Green+Blue) = 82+185+23=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 185 (72.66% from 255 or 63.79% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 185 - color contains mainly: green. Hex color #52B917 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B917 is #AD46E8. Grayscale: #888888. Windows color (decimal): -11355881 or 1554770. OLE color: 1554770.

HSL color Cylindrical-coordinate representation of color #52B917: hue angle of 98.15º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52B917 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 185 23 -
CMYK 0.56 0 0.88 0.27
HSL 98.15º 0.78% 0.41% -
HSV(B) 98.15º 0.88% 0.73% -
XYZ 20.98 36.55 6.76 -
YUV 135.74 64.38 89.67 -
System Red Green Blue C M Y K H S L
Decimal 82 185 23 0.56 0 0.88 0.27 98.15 0.78 0.41
Hex 52 B9 17 38 0 58 1B 62 4E 29
Octal 122 271 27 70 0 130 33 142 116 51
Binary 1010010 10111001 10111 111000 0 1011000 11011 1100010 1001110 101001

Color Harmonies of #52B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B917

Black with #52B917

Text Example


Text Example

White with #52B917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,185,23); }

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

background-color css

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

 a { background-color: rgb(82,185,23); }

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

border-color css

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

 span { border-color: rgb(82,185,23); }

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