#52BA25

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

Shades of Kelly Green #52BA25

Tints of Kelly Green #52BA25

Color information

#52BA25 (or 0x52BA25) is unknown color: approx Kelly Green. HEX triplet: 52, BA and 25. RGB value is (82,186,37). Sum of RGB (Red+Green+Blue) = 82+186+37=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA25 is #AD45DA. Grayscale: #8A8A8A. Windows color (decimal): -11355611 or 2472530. OLE color: 2472530.

HSL color Cylindrical-coordinate representation of color #52BA25: hue angle of 101.88º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52BA25 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB8218637-
CMYK0.5600.800.27
HSL101.88º66.82%43.73%-
HSV(B)101.88º80.11%72.94%-
XYZ21.3737.057.77-
YUV137.9271.0488.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 186 (73.05% from 255) = 60.98%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=26.89%
G=60.98%
B=12.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82186370.5600.800.27101.8866.8243.73
Hex52BA25380501B66432c
Octal122272457001203314610354
Binary101001010111010100101111000010100001101111001101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,186,37); }

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

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

 a { background-color: rgb(82,186,37); }

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

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

 span { border-color: rgb(82,186,37); }

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