Html Css Color HEX #52C80E Kelly Green

📋 copy color: '#52C80E'

red 82 ◦ green 200 ◦ blue 14

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

Shades of Kelly Green #52C80E

Tints of Kelly Green #52C80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 27.7%
G = 67.57%
B = 4.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#52C80E (or 0x52C80E) is known color: Kelly Green. HEX triplet: 52, C8 and 0E. RGB value is (82,200,14). Sum of RGB (Red+Green+Blue) = 82+200+14=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 200 (78.52% from 255 or 67.57% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 200 - color contains mainly: green. Hex color #52C80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C80E is #AD37F1. Grayscale: #909090. Windows color (decimal): -11352050 or 968786. OLE color: 968786.

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

Color convert

RGB 82 200 14 -
CMYK 0.59 0 0.93 0.22
HSL 98.06º 0.87% 0.42% -
HSV(B) 98.06º 0.93% 0.78% -
XYZ 24.21 43.13 7.47 -
YUV 143.51 54.91 84.12 -
System Red Green Blue C M Y K H S L
Decimal 82 200 14 0.59 0 0.93 0.22 98.06 0.87 0.42
Hex 52 C8 E 3B 0 5D 16 62 57 2A
Octal 122 310 16 73 0 135 26 142 127 52
Binary 1010010 11001000 1110 111011 0 1011101 10110 1100010 1010111 101010

Color Harmonies of #52C80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C80E

Black with #52C80E

Text Example


Text Example

White with #52C80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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