Html Css Color HEX #50F021 Harlequin

📋 copy color: '#50F021'

red 80 ◦ green 240 ◦ blue 33

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

Shades of Harlequin #50F021

Tints of Harlequin #50F021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 22.66%
G = 67.99%
B = 9.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#50F021 (or 0x50F021) is known color: Harlequin. HEX triplet: 50, F0 and 21. RGB value is (80,240,33). Sum of RGB (Red+Green+Blue) = 80+240+33=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #50F021 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F021 is #AF0FDE. Grayscale: #A9A9A9. Windows color (decimal): -11472863 or 2224208. OLE color: 2224208.

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

Color convert

RGB 80 240 33 -
CMYK 0.67 0 0.86 0.06
HSL 106.38º 0.87% 0.54% -
HSV(B) 106.38º 0.86% 0.94% -
XYZ 34.74 64.14 11.99 -
YUV 168.56 51.49 64.83 -
System Red Green Blue C M Y K H S L
Decimal 80 240 33 0.67 0 0.86 0.06 106.38 0.87 0.54
Hex 50 F0 21 43 0 56 6 6A 57 36
Octal 120 360 41 103 0 126 6 152 127 66
Binary 1010000 11110000 100001 1000011 0 1010110 110 1101010 1010111 110110

Color Harmonies of #50F021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F021

Black with #50F021

Text Example


Text Example

White with #50F021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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