Html Css Color HEX #52AF28 Kelly Green

📋 copy color: '#52AF28'

red 82 ◦ green 175 ◦ blue 40

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

Shades of Kelly Green #52AF28

Tints of Kelly Green #52AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 58.92%

 BLUE value IS 40 (16.02% from 255) = 13.47%

R = 27.61%
G = 58.92%
B = 13.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#52AF28 (or 0x52AF28) is known color: Kelly Green. HEX triplet: 52, AF and 28. RGB value is (82,175,40). Sum of RGB (Red+Green+Blue) = 82+175+40=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF28 is #AD50D7. Grayscale: #848484. Windows color (decimal): -11358424 or 2666322. OLE color: 2666322.

HSL color Cylindrical-coordinate representation of color #52AF28: hue angle of 101.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52AF28 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 175 40 -
CMYK 0.53 0 0.77 0.31
HSL 101.33º 0.63% 0.42% -
HSV(B) 101.33º 0.77% 0.69% -
XYZ 19.19 32.61 7.29 -
YUV 131.8 76.19 92.48 -
System Red Green Blue C M Y K H S L
Decimal 82 175 40 0.53 0 0.77 0.31 101.33 0.63 0.42
Hex 52 AF 28 35 0 4D 1F 65 3F 2A
Octal 122 257 50 65 0 115 37 145 77 52
Binary 1010010 10101111 101000 110101 0 1001101 11111 1100101 111111 101010

Color Harmonies of #52AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF28

Black with #52AF28

Text Example


Text Example

White with #52AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,175,40); }

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

background-color css

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

 a { background-color: rgb(82,175,40); }

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

border-color css

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

 span { border-color: rgb(82,175,40); }

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