#53BB0B

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

Shades of Kelly Green #53BB0B

Tints of Kelly Green #53BB0B

Color information

#53BB0B (or 0x53BB0B) is unknown color: approx Kelly Green. HEX triplet: 53, BB and 0B. RGB value is (83,187,11). Sum of RGB (Red+Green+Blue) = 83+187+11=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 187 (73.44% from 255 or 66.55% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BB0B is #AC44F4. Grayscale: #888888. Windows color (decimal): -11289845 or 768851. OLE color: 768851.

HSL color Cylindrical-coordinate representation of color #53BB0B: hue angle of 95.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53BB0B is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB8318711-
CMYK0.5600.940.27
HSL95.45º88.89%38.82%-
HSV(B)95.45º94.12%73.33%-
XYZ21.437.46.41-
YUV135.8457.5490.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 187 (73.44% from 255) = 66.55%
BLUE value IS 11 (4.69% from 255) = 3.91%
R=29.54%
G=66.55%
B=3.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83187110.5600.940.2795.4588.8938.82
Hex53BBB3805E1B5f5927
Octal123273137001363313713147
Binary1010011101110111011111000010111101101110111111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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