Html Css Color HEX #52B210 Kelly Green

📋 copy color: '#52B210'

red 82 ◦ green 178 ◦ blue 16

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

Shades of Kelly Green #52B210

Tints of Kelly Green #52B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 64.49%

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

R = 29.71%
G = 64.49%
B = 5.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#52B210 (or 0x52B210) is known color: Kelly Green. HEX triplet: 52, B2 and 10. RGB value is (82,178,16). Sum of RGB (Red+Green+Blue) = 82+178+16=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 178 (69.92% from 255 or 64.49% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 178 - color contains mainly: green. Hex color #52B210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52B210 is #AD4DEF. Grayscale: #838383. Windows color (decimal): -11357680 or 1094226. OLE color: 1094226.

HSL color Cylindrical-coordinate representation of color #52B210: hue angle of 95.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52B210 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 16 -
CMYK 0.54 0 0.91 0.30
HSL 95.56º 0.84% 0.38% -
HSV(B) 95.56º 0.91% 0.7% -
XYZ 19.49 33.67 5.96 -
YUV 130.83 63.2 93.17 -
System Red Green Blue C M Y K H S L
Decimal 82 178 16 0.54 0 0.91 0.30 95.56 0.84 0.38
Hex 52 B2 10 36 0 5B 1E 60 54 26
Octal 122 262 20 66 0 133 36 140 124 46
Binary 1010010 10110010 10000 110110 0 1011011 11110 1100000 1010100 100110

Color Harmonies of #52B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B210

Black with #52B210

Text Example


Text Example

White with #52B210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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