Html Css Color HEX #52C816 Kelly Green

📋 copy color: '#52C816'

red 82 ◦ green 200 ◦ blue 22

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

Shades of Kelly Green #52C816

Tints of Kelly Green #52C816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 65.79%

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

R = 26.97%
G = 65.79%
B = 7.24%

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

#52C816 (or 0x52C816) is known color: Kelly Green. HEX triplet: 52, C8 and 16. RGB value is (82,200,22). Sum of RGB (Red+Green+Blue) = 82+200+22=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 200 (78.52% from 255 or 65.79% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 200 - color contains mainly: green. Hex color #52C816 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C816 is #AD37E9. Grayscale: #919191. Windows color (decimal): -11352042 or 1493074. OLE color: 1493074.

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

Color convert

RGB 82 200 22 -
CMYK 0.59 0 0.89 0.22
HSL 99.78º 0.8% 0.44% -
HSV(B) 99.78º 0.89% 0.78% -
XYZ 24.28 43.16 7.81 -
YUV 144.43 58.91 83.47 -
System Red Green Blue C M Y K H S L
Decimal 82 200 22 0.59 0 0.89 0.22 99.78 0.8 0.44
Hex 52 C8 16 3B 0 59 16 64 50 2C
Octal 122 310 26 73 0 131 26 144 120 54
Binary 1010010 11001000 10110 111011 0 1011001 10110 1100100 1010000 101100

Color Harmonies of #52C816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C816

Black with #52C816

Text Example


Text Example

White with #52C816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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