Html Css Color HEX #52C616 Kelly Green

📋 copy color: '#52C616'

red 82 ◦ green 198 ◦ blue 22

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

Shades of Kelly Green #52C616

Tints of Kelly Green #52C616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 65.56%

 BLUE value IS 22 (8.98% from 255) = 7.28%

R = 27.15%
G = 65.56%
B = 7.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#52C616 (or 0x52C616) is known color: Kelly Green. HEX triplet: 52, C6 and 16. RGB value is (82,198,22). Sum of RGB (Red+Green+Blue) = 82+198+22=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 198 (77.73% from 255 or 65.56% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 198 - color contains mainly: green. Hex color #52C616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C616 is #AD39E9. Grayscale: #8F8F8F. Windows color (decimal): -11352554 or 1492562. OLE color: 1492562.

HSL color Cylindrical-coordinate representation of color #52C616: hue angle of 99.55º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52C616 is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 198 22 -
CMYK 0.59 0 0.89 0.22
HSL 99.55º 0.8% 0.43% -
HSV(B) 99.55º 0.89% 0.78% -
XYZ 23.82 42.24 7.66 -
YUV 143.25 59.57 84.31 -
System Red Green Blue C M Y K H S L
Decimal 82 198 22 0.59 0 0.89 0.22 99.55 0.8 0.43
Hex 52 C6 16 3B 0 59 16 64 50 2B
Octal 122 306 26 73 0 131 26 144 120 53
Binary 1010010 11000110 10110 111011 0 1011001 10110 1100100 1010000 101011

Color Harmonies of #52C616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C616

Black with #52C616

Text Example


Text Example

White with #52C616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,198,22); }

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

background-color css

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

 a { background-color: rgb(82,198,22); }

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

border-color css

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

 span { border-color: rgb(82,198,22); }

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