Html Css Color HEX #52AF10 Kelly Green

📋 copy color: '#52AF10'

red 82 ◦ green 175 ◦ blue 16

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

Shades of Kelly Green #52AF10

Tints of Kelly Green #52AF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 30.04%
G = 64.1%
B = 5.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#52AF10 (or 0x52AF10) is known color: Kelly Green. HEX triplet: 52, AF and 10. RGB value is (82,175,16). Sum of RGB (Red+Green+Blue) = 82+175+16=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AF10 is #AD50EF. Grayscale: #818181. Windows color (decimal): -11358448 or 1093458. OLE color: 1093458.

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

Color convert

RGB 82 175 16 -
CMYK 0.53 0 0.91 0.31
HSL 95.09º 0.83% 0.37% -
HSV(B) 95.09º 0.91% 0.69% -
XYZ 18.9 32.49 5.77 -
YUV 129.07 64.19 94.43 -
System Red Green Blue C M Y K H S L
Decimal 82 175 16 0.53 0 0.91 0.31 95.09 0.83 0.37
Hex 52 AF 10 35 0 5B 1F 5F 53 25
Octal 122 257 20 65 0 133 37 137 123 45
Binary 1010010 10101111 10000 110101 0 1011011 11111 1011111 1010011 100101

Color Harmonies of #52AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF10

Black with #52AF10

Text Example


Text Example

White with #52AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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