Html Css Color HEX #52C014 Kelly Green

📋 copy color: '#52C014'

red 82 ◦ green 192 ◦ blue 20

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

Shades of Kelly Green #52C014

Tints of Kelly Green #52C014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.31%

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 27.89%
G = 65.31%
B = 6.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#52C014 (or 0x52C014) is known color: Kelly Green. HEX triplet: 52, C0 and 14. RGB value is (82,192,20). Sum of RGB (Red+Green+Blue) = 82+192+20=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #52C014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C014 is #AD3FEB. Grayscale: #8C8C8C. Windows color (decimal): -11354092 or 1359954. OLE color: 1359954.

HSL color Cylindrical-coordinate representation of color #52C014: hue angle of 98.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52C014 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 20 -
CMYK 0.57 0 0.90 0.25
HSL 98.37º 0.81% 0.42% -
HSV(B) 98.37º 0.9% 0.75% -
XYZ 22.46 39.54 7.11 -
YUV 139.5 60.56 86.99 -
System Red Green Blue C M Y K H S L
Decimal 82 192 20 0.57 0 0.90 0.25 98.37 0.81 0.42
Hex 52 C0 14 39 0 5A 19 62 51 2A
Octal 122 300 24 71 0 132 31 142 121 52
Binary 1010010 11000000 10100 111001 0 1011010 11001 1100010 1010001 101010

Color Harmonies of #52C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C014

Black with #52C014

Text Example


Text Example

White with #52C014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,20); }

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

background-color css

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

 a { background-color: rgb(82,192,20); }

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

border-color css

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

 span { border-color: rgb(82,192,20); }

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