#52E227

Color #52E227 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #52E227

Tints of Kelly Green #52E227

Color information

#52E227 (or 0x52E227) is unknown color: approx Kelly Green. HEX triplet: 52, E2 and 27. RGB value is (82,226,39). Sum of RGB (Red+Green+Blue) = 82+226+39=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 226 (88.67% from 255 or 65.13% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 226 - color contains mainly: green. Hex color #52E227 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E227 is #AD1DD8. Grayscale: #A2A2A2. Windows color (decimal): -11345369 or 2613842. OLE color: 2613842.

HSL color Cylindrical-coordinate representation of color #52E227: hue angle of 106.2º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52E227 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB8222639-
CMYK0.6400.830.11
HSL106.2º76.33%51.96%-
HSV(B)106.2º82.74%88.63%-
XYZ31.0456.3311.16-
YUV161.6358.7971.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 226 (88.67% from 255) = 65.13%
BLUE value IS 39 (15.62% from 255) = 11.24%
R=23.63%
G=65.13%
B=11.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal82226390.6400.830.11106.276.3351.96
Hex52E22740053B6a4c34
Octal1223424710001231315211464
Binary101001011100010100111100000001010011101111010101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,226,39); }

 H1.HeaderClassName
 {
   color: #52E227;
 }
 .AnyTagClassName
 {
   color: #52E227;
 }
</style>
background-color css

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

 a { background-color: rgb(82,226,39); }

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

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

 span { border-color: rgb(82,226,39); }

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