#50B806

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

Shades of Kelly Green #50B806

Tints of Kelly Green #50B806

Color information

#50B806 (or 0x50B806) is unknown color: approx Kelly Green. HEX triplet: 50, B8 and 06. RGB value is (80,184,6). Sum of RGB (Red+Green+Blue) = 80+184+6=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 184 (72.27% from 255 or 68.15% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 184 - color contains mainly: green. Hex color #50B806 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B806 is #AF47F9. Grayscale: #858585. Windows color (decimal): -11487226 or 440400. OLE color: 440400.

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

Color convert

RGB801846-
CMYK0.5700.970.28
HSL95.06º93.68%37.25%-
HSV(B)95.06º96.74%72.16%-
XYZ20.48366.04-
YUV132.6156.5490.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 184 (72.27% from 255) = 68.15%
BLUE value IS 6 (2.73% from 255) = 2.22%
R=29.63%
G=68.15%
B=2.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8018460.5700.970.2895.0693.6837.25
Hex50B86390611C5f5e25
Octal12027067101413413713645
Binary101000010111000110111001011000011110010111111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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