Html Css Color HEX #52D80C Kelly Green

📋 copy color: '#52D80C'

red 82 ◦ green 216 ◦ blue 12

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

Shades of Kelly Green #52D80C

Tints of Kelly Green #52D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 69.68%

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 26.45%
G = 69.68%
B = 3.87%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#52D80C (or 0x52D80C) is known color: Kelly Green. HEX triplet: 52, D8 and 0C. RGB value is (82,216,12). Sum of RGB (Red+Green+Blue) = 82+216+12=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 216 (84.77% from 255 or 69.68% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 216 - color contains mainly: green. Hex color #52D80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D80C is #AD27F3. Grayscale: #999999. Windows color (decimal): -11347956 or 841810. OLE color: 841810.

HSL color Cylindrical-coordinate representation of color #52D80C: hue angle of 99.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52D80C is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 12 -
CMYK 0.62 0 0.94 0.15
HSL 99.41º 0.89% 0.45% -
HSV(B) 99.41º 0.94% 0.85% -
XYZ 28.1 50.93 8.7 -
YUV 152.68 48.61 77.59 -
System Red Green Blue C M Y K H S L
Decimal 82 216 12 0.62 0 0.94 0.15 99.41 0.89 0.45
Hex 52 D8 C 3E 0 5E F 63 59 2D
Octal 122 330 14 76 0 136 17 143 131 55
Binary 1010010 11011000 1100 111110 0 1011110 1111 1100011 1011001 101101

Color Harmonies of #52D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D80C

Black with #52D80C

Text Example


Text Example

White with #52D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,216,12); }

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

background-color css

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

 a { background-color: rgb(82,216,12); }

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

border-color css

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

 span { border-color: rgb(82,216,12); }

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