#50B906

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

Shades of Kelly Green #50B906

Tints of Kelly Green #50B906

Color information

#50B906 (or 0x50B906) is unknown color: approx Kelly Green. HEX triplet: 50, B9 and 06. RGB value is (80,185,6). Sum of RGB (Red+Green+Blue) = 80+185+6=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 185 (72.66% from 255 or 68.27% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 185 - color contains mainly: green. Hex color #50B906 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B906 is #AF46F9. Grayscale: #858585. Windows color (decimal): -11486970 or 440656. OLE color: 440656.

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

Color convert

RGB801856-
CMYK0.5700.970.27
HSL95.2º93.72%37.45%-
HSV(B)95.2º96.76%72.55%-
XYZ20.6936.426.11-
YUV133.256.2190.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 185 (72.66% from 255) = 68.27%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=29.52%
G=68.27%
B=2.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8018560.5700.970.2795.293.7237.45
Hex50B96390611B5f5e25
Octal12027167101413313713645
Binary101000010111001110111001011000011101110111111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,6); }

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

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

 a { background-color: rgb(80,185,6); }

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

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

 span { border-color: rgb(80,185,6); }

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