Html Css Color HEX #52E112 Kelly Green

📋 copy color: '#52E112'

red 82 ◦ green 225 ◦ blue 18

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

Shades of Kelly Green #52E112

Tints of Kelly Green #52E112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 69.23%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 25.23%
G = 69.23%
B = 5.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#52E112 (or 0x52E112) is known color: Kelly Green. HEX triplet: 52, E1 and 12. RGB value is (82,225,18). Sum of RGB (Red+Green+Blue) = 82+225+18=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 225 (88.28% from 255 or 69.23% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 225 - color contains mainly: green. Hex color #52E112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E112 is #AD1EED. Grayscale: #9F9F9F. Windows color (decimal): -11345646 or 1237330. OLE color: 1237330.

HSL color Cylindrical-coordinate representation of color #52E112: hue angle of 101.45º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52E112 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 225 18 -
CMYK 0.64 0 0.92 0.12
HSL 101.45º 0.85% 0.48% -
HSV(B) 101.45º 0.92% 0.88% -
XYZ 30.51 55.69 9.71 -
YUV 158.65 48.62 73.33 -
System Red Green Blue C M Y K H S L
Decimal 82 225 18 0.64 0 0.92 0.12 101.45 0.85 0.48
Hex 52 E1 12 40 0 5C C 65 55 30
Octal 122 341 22 100 0 134 14 145 125 60
Binary 1010010 11100001 10010 1000000 0 1011100 1100 1100101 1010101 110000

Color Harmonies of #52E112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E112

Black with #52E112

Text Example


Text Example

White with #52E112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,225,18); }

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

background-color css

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

 a { background-color: rgb(82,225,18); }

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

border-color css

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

 span { border-color: rgb(82,225,18); }

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