Html Css Color HEX #52CF06 Kelly Green

📋 copy color: '#52CF06'

red 82 ◦ green 207 ◦ blue 6

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

Shades of Kelly Green #52CF06

Tints of Kelly Green #52CF06

RGB

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

 GREEN value IS 207 (81.25% from 255) = 70.17%

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

R = 27.8%
G = 70.17%
B = 2.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#52CF06 (or 0x52CF06) is known color: Kelly Green. HEX triplet: 52, CF and 06. RGB value is (82,207,6). Sum of RGB (Red+Green+Blue) = 82+207+6=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CF06 is #AD30F9. Grayscale: #939393. Windows color (decimal): -11350266 or 446290. OLE color: 446290.

HSL color Cylindrical-coordinate representation of color #52CF06: hue angle of 97.31º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52CF06 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 207 6 -
CMYK 0.60 0 0.97 0.19
HSL 97.31º 0.94% 0.42% -
HSV(B) 97.31º 0.97% 0.81% -
XYZ 25.83 46.43 7.77 -
YUV 146.71 48.59 81.84 -
System Red Green Blue C M Y K H S L
Decimal 82 207 6 0.60 0 0.97 0.19 97.31 0.94 0.42
Hex 52 CF 6 3C 0 61 13 61 5E 2A
Octal 122 317 6 74 0 141 23 141 136 52
Binary 1010010 11001111 110 111100 0 1100001 10011 1100001 1011110 101010

Color Harmonies of #52CF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF06

Black with #52CF06

Text Example


Text Example

White with #52CF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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