Html Css Color HEX #50F010 Harlequin

📋 copy color: '#50F010'

red 80 ◦ green 240 ◦ blue 16

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

Shades of Harlequin #50F010

Tints of Harlequin #50F010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 71.43%

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 23.81%
G = 71.43%
B = 4.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#50F010 (or 0x50F010) is known color: Harlequin. HEX triplet: 50, F0 and 10. RGB value is (80,240,16). Sum of RGB (Red+Green+Blue) = 80+240+16=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #50F010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F010 is #AF0FEF. Grayscale: #A7A7A7. Windows color (decimal): -11472880 or 1110096. OLE color: 1110096.

HSL color Cylindrical-coordinate representation of color #50F010: hue angle of 102.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50F010 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 240 16 -
CMYK 0.67 0 0.93 0.06
HSL 102.86º 0.88% 0.5% -
HSV(B) 102.86º 0.93% 0.94% -
XYZ 34.56 64.06 11.03 -
YUV 166.62 42.99 66.21 -
System Red Green Blue C M Y K H S L
Decimal 80 240 16 0.67 0 0.93 0.06 102.86 0.88 0.5
Hex 50 F0 10 43 0 5D 6 67 58 32
Octal 120 360 20 103 0 135 6 147 130 62
Binary 1010000 11110000 10000 1000011 0 1011101 110 1100111 1011000 110010

Color Harmonies of #50F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F010

Black with #50F010

Text Example


Text Example

White with #50F010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,240,16); }

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

background-color css

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

 a { background-color: rgb(80,240,16); }

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

border-color css

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

 span { border-color: rgb(80,240,16); }

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