#53B00B

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

Shades of Kelly Green #53B00B

Tints of Kelly Green #53B00B

Color information

#53B00B (or 0x53B00B) is unknown color: approx Kelly Green. HEX triplet: 53, B0 and 0B. RGB value is (83,176,11). Sum of RGB (Red+Green+Blue) = 83+176+11=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 176 (69.14% from 255 or 65.19% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 176 - color contains mainly: green. Hex color #53B00B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53B00B is #AC4FF4. Grayscale: #818181. Windows color (decimal): -11292661 or 766035. OLE color: 766035.

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

Color convert

RGB8317611-
CMYK0.5300.940.31
HSL93.82º88.24%36.67%-
HSV(B)93.82º93.75%69.02%-
XYZ19.1532.915.66-
YUV129.3861.1994.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 176 (69.14% from 255) = 65.19%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=30.74%
G=65.19%
B=4.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83176110.5300.940.3193.8288.2436.67
Hex53B0B3505E1F5e5825
Octal123260136501363713613045
Binary1010011101100001011110101010111101111110111101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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