Html Css Color HEX #50DE04 Harlequin

📋 copy color: '#50DE04'

red 80 ◦ green 222 ◦ blue 4

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

Shades of Harlequin #50DE04

Tints of Harlequin #50DE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 72.55%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 26.14%
G = 72.55%
B = 1.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#50DE04 (or 0x50DE04) is known color: Harlequin. HEX triplet: 50, DE and 04. RGB value is (80,222,4). Sum of RGB (Red+Green+Blue) = 80+222+4=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DE04 is #AF21FB. Grayscale: #9B9B9B. Windows color (decimal): -11477500 or 319056. OLE color: 319056.

HSL color Cylindrical-coordinate representation of color #50DE04: hue angle of 99.08º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50DE04 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 222 4 -
CMYK 0.64 0 0.98 0.13
HSL 99.08º 0.96% 0.44% -
HSV(B) 99.08º 0.98% 0.87% -
XYZ 29.45 53.96 8.98 -
YUV 154.69 42.96 74.73 -
System Red Green Blue C M Y K H S L
Decimal 80 222 4 0.64 0 0.98 0.13 99.08 0.96 0.44
Hex 50 DE 4 40 0 62 D 63 60 2C
Octal 120 336 4 100 0 142 15 143 140 54
Binary 1010000 11011110 100 1000000 0 1100010 1101 1100011 1100000 101100

Color Harmonies of #50DE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DE04

Black with #50DE04

Text Example


Text Example

White with #50DE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,222,4); }

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

background-color css

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

 a { background-color: rgb(80,222,4); }

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

border-color css

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

 span { border-color: rgb(80,222,4); }

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