Html Css Color HEX #52C808 Kelly Green

📋 copy color: '#52C808'

red 82 ◦ green 200 ◦ blue 8

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

Shades of Kelly Green #52C808

Tints of Kelly Green #52C808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.76%

R = 28.28%
G = 68.97%
B = 2.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#52C808 (or 0x52C808) is known color: Kelly Green. HEX triplet: 52, C8 and 08. RGB value is (82,200,8). Sum of RGB (Red+Green+Blue) = 82+200+8=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 200 (78.52% from 255 or 68.97% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 200 - color contains mainly: green. Hex color #52C808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C808 is #AD37F7. Grayscale: #8F8F8F. Windows color (decimal): -11352056 or 575570. OLE color: 575570.

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

Color convert

RGB 82 200 8 -
CMYK 0.59 0 0.96 0.22
HSL 96.88º 0.92% 0.41% -
HSV(B) 96.88º 0.96% 0.78% -
XYZ 24.18 43.12 7.28 -
YUV 142.83 51.91 84.61 -
System Red Green Blue C M Y K H S L
Decimal 82 200 8 0.59 0 0.96 0.22 96.88 0.92 0.41
Hex 52 C8 8 3B 0 60 16 61 5C 29
Octal 122 310 10 73 0 140 26 141 134 51
Binary 1010010 11001000 1000 111011 0 1100000 10110 1100001 1011100 101001

Color Harmonies of #52C808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C808

Black with #52C808

Text Example


Text Example

White with #52C808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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