#53B00D

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

Shades of Kelly Green #53B00D

Tints of Kelly Green #53B00D

Color information

#53B00D (or 0x53B00D) is unknown color: approx Kelly Green. HEX triplet: 53, B0 and 0D. RGB value is (83,176,13). Sum of RGB (Red+Green+Blue) = 83+176+13=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 176 (69.14% from 255 or 64.71% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 176 - color contains mainly: green. Hex color #53B00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53B00D is #AC4FF2. Grayscale: #828282. Windows color (decimal): -11292659 or 897107. OLE color: 897107.

HSL color Cylindrical-coordinate representation of color #53B00D: hue angle of 94.23º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53B00D is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB8317613-
CMYK0.5300.930.31
HSL94.23º86.24%37.06%-
HSV(B)94.23º92.61%69.02%-
XYZ19.1732.925.72-
YUV129.6162.1994.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 176 (69.14% from 255) = 64.71%
BLUE value IS 13 (5.47% from 255) = 4.78%
R=30.51%
G=64.71%
B=4.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83176130.5300.930.3194.2386.2437.06
Hex53B0D3505D1F5e5625
Octal123260156501353713612645
Binary1010011101100001101110101010111011111110111101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,176,13); }

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

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

 a { background-color: rgb(83,176,13); }

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

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

 span { border-color: rgb(83,176,13); }

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