#51B00C

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

Shades of Kelly Green #51B00C

Tints of Kelly Green #51B00C

Color information

#51B00C (or 0x51B00C) is unknown color: approx Kelly Green. HEX triplet: 51, B0 and 0C. RGB value is (81,176,12). Sum of RGB (Red+Green+Blue) = 81+176+12=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 176 (69.14% from 255 or 65.43% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 176 - color contains mainly: green. Hex color #51B00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51B00C is #AE4FF3. Grayscale: #818181. Windows color (decimal): -11423732 or 831569. OLE color: 831569.

HSL color Cylindrical-coordinate representation of color #51B00C: hue angle of 94.76º degrees, saturation: 0.87, 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 #51B00C is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB8117612-
CMYK0.5400.930.31
HSL94.76º87.23%36.86%-
HSV(B)94.76º93.18%69.02%-
XYZ18.9932.835.68-
YUV128.962.0393.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 176 (69.14% from 255) = 65.43%
BLUE value IS 12 (5.08% from 255) = 4.46%
R=30.11%
G=65.43%
B=4.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81176120.5400.930.3194.7687.2336.86
Hex51B0C3605D1F5f5725
Octal121260146601353713712745
Binary1010001101100001100110110010111011111110111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51B00C; }

 p { color: rgb(81,176,12); }

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

<style>
 a { background-color: #51B00C; }

 a { background-color: rgb(81,176,12); }

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

<style>
 span { border-color: #51B00C; }

 span { border-color: rgb(81,176,12); }

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