#51BA00

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

Shades of Kelly Green #51BA00

Tints of Kelly Green #51BA00

Color information

#51BA00 (or 0x51BA00) is unknown color: approx Kelly Green. HEX triplet: 51, BA and 00. RGB value is (81,186,0). Sum of RGB (Red+Green+Blue) = 81+186+0=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51BA00 is #AE45FF. Grayscale: #868686. Windows color (decimal): -11421184 or 47697. OLE color: 47697.

HSL color Cylindrical-coordinate representation of color #51BA00: hue angle of 93.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51BA00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB811860-
CMYK0.56010.27
HSL93.87º100%36.47%-
HSV(B)93.87º100%72.94%-
XYZ20.9536.876.01-
YUV133.452.7190.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 186 (73.05% from 255) = 69.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.34%
G=69.66%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8118600.56010.2793.8710036.47
Hex51BA0380641B5e6424
Octal12127207001443313614444
Binary1010001101110100111000011001001101110111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,186,0); }

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

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

 a { background-color: rgb(81,186,0); }

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

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

 span { border-color: rgb(81,186,0); }

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