#50E209

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

Shades of Harlequin #50E209

Tints of Harlequin #50E209

Color information

#50E209 (or 0x50E209) is unknown color: approx Harlequin. HEX triplet: 50, E2 and 09. RGB value is (80,226,9). Sum of RGB (Red+Green+Blue) = 80+226+9=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 226 (88.67% from 255 or 71.75% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 226 - color contains mainly: green. Hex color #50E209 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E209 is #AF1DF6. Grayscale: #9E9E9E. Windows color (decimal): -11476471 or 647760. OLE color: 647760.

HSL color Cylindrical-coordinate representation of color #50E209: hue angle of 100.37º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50E209 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB802269-
CMYK0.6500.960.11
HSL100.37º92.34%46.08%-
HSV(B)100.37º96.02%88.63%-
XYZ30.5556.129.48-
YUV157.6144.1372.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 226 (88.67% from 255) = 71.75%
BLUE value IS 9 (3.91% from 255) = 2.86%
R=25.40%
G=71.75%
B=2.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal8022690.6500.960.11100.3792.3446.08
Hex50E2941060B645c2e
Octal1203421110101401314413456
Binary1010000111000101001100000101100000101111001001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,226,9); }

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

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

 a { background-color: rgb(80,226,9); }

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

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

 span { border-color: rgb(80,226,9); }

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