Html Css Color HEX #50E008 Harlequin

📋 copy color: '#50E008'

red 80 ◦ green 224 ◦ blue 8

#50E008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #50E008

Tints of Harlequin #50E008

RGB

 RED value IS 80 (31.64% from 255) = 25.64%

 GREEN value IS 224 (87.89% from 255) = 71.79%

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 25.64%
G = 71.79%
B = 2.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#50E008 (or 0x50E008) is known color: Harlequin. HEX triplet: 50, E0 and 08. RGB value is (80,224,8). Sum of RGB (Red+Green+Blue) = 80+224+8=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #50E008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E008 is #AF1FF7. Grayscale: #9D9D9D. Windows color (decimal): -11476984 or 581712. OLE color: 581712.

HSL color Cylindrical-coordinate representation of color #50E008: hue angle of 100º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50E008 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 8 -
CMYK 0.64 0 0.96 0.12
HSL 100º 0.93% 0.45% -
HSV(B) 100º 0.96% 0.88% -
XYZ 30.01 55.03 9.27 -
YUV 156.32 44.29 73.56 -
System Red Green Blue C M Y K H S L
Decimal 80 224 8 0.64 0 0.96 0.12 100 0.93 0.45
Hex 50 E0 8 40 0 60 C 64 5D 2D
Octal 120 340 10 100 0 140 14 144 135 55
Binary 1010000 11100000 1000 1000000 0 1100000 1100 1100100 1011101 101101

Color Harmonies of #50E008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E008

Black with #50E008

Text Example


Text Example

White with #50E008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,224,8); }

 H1.HeaderClassName
 {
   color: #50E008;
 }
 .AnyTagClassName
 {
   color: #50E008;
 }
</style>

background-color css

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

 a { background-color: rgb(80,224,8); }

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

border-color css

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

 span { border-color: rgb(80,224,8); }

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