#52B626

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

Shades of Kelly Green #52B626

Tints of Kelly Green #52B626

Color information

#52B626 (or 0x52B626) is unknown color: approx Kelly Green. HEX triplet: 52, B6 and 26. RGB value is (82,182,38). Sum of RGB (Red+Green+Blue) = 82+182+38=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #52B626 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B626 is #AD49D9. Grayscale: #888888. Windows color (decimal): -11356634 or 2537042. OLE color: 2537042.

HSL color Cylindrical-coordinate representation of color #52B626: hue angle of 101.67º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52B626 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB8218238-
CMYK0.5500.790.29
HSL101.67º65.45%43.14%-
HSV(B)101.67º79.12%71.37%-
XYZ20.5635.397.58-
YUV135.6872.8789.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 182 (71.48% from 255) = 60.26%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=27.15%
G=60.26%
B=12.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82182380.5500.790.29101.6765.4543.14
Hex52B6263704F1D66412b
Octal122266466701173514610153
Binary101001010110110100110110111010011111110111001101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,182,38); }

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

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

 a { background-color: rgb(82,182,38); }

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

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

 span { border-color: rgb(82,182,38); }

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