Html Css Color HEX #52B710 Kelly Green

📋 copy color: '#52B710'

red 82 ◦ green 183 ◦ blue 16

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

Shades of Kelly Green #52B710

Tints of Kelly Green #52B710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 65.12%

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

R = 29.18%
G = 65.12%
B = 5.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#52B710 (or 0x52B710) is known color: Kelly Green. HEX triplet: 52, B7 and 10. RGB value is (82,183,16). Sum of RGB (Red+Green+Blue) = 82+183+16=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 183 (71.88% from 255 or 65.12% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 183 - color contains mainly: green. Hex color #52B710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B710 is #AD48EF. Grayscale: #868686. Windows color (decimal): -11356400 or 1095506. OLE color: 1095506.

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

Color convert

RGB 82 183 16 -
CMYK 0.55 0 0.91 0.28
HSL 96.29º 0.84% 0.39% -
HSV(B) 96.29º 0.91% 0.72% -
XYZ 20.51 35.7 6.3 -
YUV 133.76 61.54 91.08 -
System Red Green Blue C M Y K H S L
Decimal 82 183 16 0.55 0 0.91 0.28 96.29 0.84 0.39
Hex 52 B7 10 37 0 5B 1C 60 54 27
Octal 122 267 20 67 0 133 34 140 124 47
Binary 1010010 10110111 10000 110111 0 1011011 11100 1100000 1010100 100111

Color Harmonies of #52B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B710

Black with #52B710

Text Example


Text Example

White with #52B710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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