#52B92A

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

Shades of Kelly Green #52B92A

Tints of Kelly Green #52B92A

Color information

#52B92A (or 0x52B92A) is unknown color: approx Kelly Green. HEX triplet: 52, B9 and 2A. RGB value is (82,185,42). Sum of RGB (Red+Green+Blue) = 82+185+42=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #52B92A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B92A is #AD46D5. Grayscale: #8A8A8A. Windows color (decimal): -11355862 or 2799954. OLE color: 2799954.

HSL color Cylindrical-coordinate representation of color #52B92A: hue angle of 103.22º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52B92A is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB8218542-
CMYK0.5600.770.27
HSL103.22º63%44.51%-
HSV(B)103.22º77.3%72.55%-
XYZ21.2536.668.15-
YUV137.973.8888.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 185 (72.66% from 255) = 59.87%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=26.54%
G=59.87%
B=13.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82185420.5600.770.27103.226344.51
Hex52B92A3804D1B673f2d
Octal12227152700115331477755
Binary10100101011100110101011100001001101110111100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,185,42); }

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

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

 a { background-color: rgb(82,185,42); }

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

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

 span { border-color: rgb(82,185,42); }

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