#50BA01

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

Shades of Kelly Green #50BA01

Tints of Kelly Green #50BA01

Color information

#50BA01 (or 0x50BA01) is unknown color: approx Kelly Green. HEX triplet: 50, BA and 01. RGB value is (80,186,1). Sum of RGB (Red+Green+Blue) = 80+186+1=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA01 is #AF45FE. Grayscale: #858585. Windows color (decimal): -11486719 or 113232. OLE color: 113232.

HSL color Cylindrical-coordinate representation of color #50BA01: hue angle of 94.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50BA01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB801861-
CMYK0.5700.990.27
HSL94.38º98.93%36.67%-
HSV(B)94.38º99.46%72.94%-
XYZ20.8736.836.04-
YUV133.2253.3890.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 186 (73.05% from 255) = 69.66%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=29.96%
G=69.66%
B=0.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8018610.5700.990.2794.3898.9336.67
Hex50BA1390631B5e6325
Octal12027217101433313614345
Binary1010000101110101111001011000111101110111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50BA01; }

 p { color: rgb(80,186,1); }

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

<style>
 a { background-color: #50BA01; }

 a { background-color: rgb(80,186,1); }

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

<style>
 span { border-color: #50BA01; }

 span { border-color: rgb(80,186,1); }

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