Html Css Color HEX #52C206 Kelly Green

📋 copy color: '#52C206'

red 82 ◦ green 194 ◦ blue 6

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

Shades of Kelly Green #52C206

Tints of Kelly Green #52C206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 68.79%

 BLUE value IS 6 (2.73% from 255) = 2.13%

R = 29.08%
G = 68.79%
B = 2.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#52C206 (or 0x52C206) is known color: Kelly Green. HEX triplet: 52, C2 and 06. RGB value is (82,194,6). Sum of RGB (Red+Green+Blue) = 82+194+6=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #52C206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C206 is #AD3DF9. Grayscale: #8B8B8B. Windows color (decimal): -11353594 or 442962. OLE color: 442962.

HSL color Cylindrical-coordinate representation of color #52C206: hue angle of 95.74º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52C206 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 194 6 -
CMYK 0.58 0 0.97 0.24
HSL 95.74º 0.94% 0.39% -
HSV(B) 95.74º 0.97% 0.76% -
XYZ 22.8 40.39 6.77 -
YUV 139.08 52.89 87.29 -
System Red Green Blue C M Y K H S L
Decimal 82 194 6 0.58 0 0.97 0.24 95.74 0.94 0.39
Hex 52 C2 6 3A 0 61 18 60 5E 27
Octal 122 302 6 72 0 141 30 140 136 47
Binary 1010010 11000010 110 111010 0 1100001 11000 1100000 1011110 100111

Color Harmonies of #52C206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C206

Black with #52C206

Text Example


Text Example

White with #52C206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,194,6); }

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

background-color css

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

 a { background-color: rgb(82,194,6); }

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

border-color css

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

 span { border-color: rgb(82,194,6); }

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