Html Css Color HEX #50FF21 Harlequin

📋 copy color: '#50FF21'

red 80 ◦ green 255 ◦ blue 33

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

Shades of Harlequin #50FF21

Tints of Harlequin #50FF21

RGB

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

 GREEN value IS 255 (100% from 255) = 69.29%

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

R = 21.74%
G = 69.29%
B = 8.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#50FF21 (or 0x50FF21) is known color: Harlequin. HEX triplet: 50, FF and 21. RGB value is (80,255,33). Sum of RGB (Red+Green+Blue) = 80+255+33=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FF21 is #AF00DE. Grayscale: #B2B2B2. Windows color (decimal): -11469023 or 2228048. OLE color: 2228048.

HSL color Cylindrical-coordinate representation of color #50FF21: hue angle of 107.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50FF21 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 33 -
CMYK 0.69 0 0.87 0
HSL 107.3º 1% 0.56% -
HSV(B) 107.3º 0.87% 1% -
XYZ 39.34 73.34 13.52 -
YUV 177.37 46.52 58.55 -
System Red Green Blue C M Y K H S L
Decimal 80 255 33 0.69 0 0.87 0 107.3 1 0.56
Hex 50 FF 21 45 0 57 0 6B 64 38
Octal 120 377 41 105 0 127 0 153 144 70
Binary 1010000 11111111 100001 1000101 0 1010111 0 1101011 1100100 111000

Color Harmonies of #50FF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FF21

Black with #50FF21

Text Example


Text Example

White with #50FF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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