Html Css Color HEX #52E011 Kelly Green

📋 copy color: '#52E011'

red 82 ◦ green 224 ◦ blue 17

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

Shades of Kelly Green #52E011

Tints of Kelly Green #52E011

RGB

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

 GREEN value IS 224 (87.89% from 255) = 69.35%

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 25.39%
G = 69.35%
B = 5.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#52E011 (or 0x52E011) is known color: Kelly Green. HEX triplet: 52, E0 and 11. RGB value is (82,224,17). Sum of RGB (Red+Green+Blue) = 82+224+17=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 224 (87.89% from 255 or 69.35% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 224 - color contains mainly: green. Hex color #52E011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E011 is #AD1FEE. Grayscale: #9E9E9E. Windows color (decimal): -11345903 or 1171538. OLE color: 1171538.

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

Color convert

RGB 82 224 17 -
CMYK 0.63 0 0.92 0.12
HSL 101.16º 0.86% 0.47% -
HSV(B) 101.16º 0.92% 0.88% -
XYZ 30.24 55.15 9.58 -
YUV 157.94 48.46 73.83 -
System Red Green Blue C M Y K H S L
Decimal 82 224 17 0.63 0 0.92 0.12 101.16 0.86 0.47
Hex 52 E0 11 3F 0 5C C 65 56 2F
Octal 122 340 21 77 0 134 14 145 126 57
Binary 1010010 11100000 10001 111111 0 1011100 1100 1100101 1010110 101111

Color Harmonies of #52E011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E011

Black with #52E011

Text Example


Text Example

White with #52E011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,224,17); }

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

background-color css

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

 a { background-color: rgb(82,224,17); }

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

border-color css

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

 span { border-color: rgb(82,224,17); }

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