#51BA1A

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

Shades of Kelly Green #51BA1A

Tints of Kelly Green #51BA1A

Color information

#51BA1A (or 0x51BA1A) is unknown color: approx Kelly Green. HEX triplet: 51, BA and 1A. RGB value is (81,186,26). Sum of RGB (Red+Green+Blue) = 81+186+26=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BA1A is #AE45E5. Grayscale: #888888. Windows color (decimal): -11421158 or 1751633. OLE color: 1751633.

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

Color convert

RGB8118626-
CMYK0.5600.860.27
HSL99.38º75.47%41.57%-
HSV(B)99.38º86.02%72.94%-
XYZ21.1436.946.99-
YUV136.3665.7188.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 186 (73.05% from 255) = 63.48%
BLUE value IS 26 (10.55% from 255) = 8.87%
R=27.65%
G=63.48%
B=8.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81186260.5600.860.2799.3875.4741.57
Hex51BA1A380561B634b2a
Octal121272327001263314311352
Binary10100011011101011010111000010101101101111000111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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