#53B225

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

Shades of Kelly Green #53B225

Tints of Kelly Green #53B225

Color information

#53B225 (or 0x53B225) is unknown color: approx Kelly Green. HEX triplet: 53, B2 and 25. RGB value is (83,178,37). Sum of RGB (Red+Green+Blue) = 83+178+37=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #53B225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B225 is #AC4DDA. Grayscale: #858585. Windows color (decimal): -11292123 or 2470483. OLE color: 2470483.

HSL color Cylindrical-coordinate representation of color #53B225: hue angle of 100.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53B225 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB8317837-
CMYK0.5300.790.30
HSL100.43º65.58%42.16%-
HSV(B)100.43º79.21%69.8%-
XYZ19.8233.817.23-
YUV133.5273.5391.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 178 (69.92% from 255) = 59.73%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=27.85%
G=59.73%
B=12.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83178370.5300.790.30100.4365.5842.16
Hex53B2253504F1E64422a
Octal123262456501173614410252
Binary101001110110010100101110101010011111111011001001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B225; }

 p { color: rgb(83,178,37); }

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

<style>
 a { background-color: #53B225; }

 a { background-color: rgb(83,178,37); }

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

<style>
 span { border-color: #53B225; }

 span { border-color: rgb(83,178,37); }

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