Html Css Color HEX #50F221 Harlequin

📋 copy color: '#50F221'

red 80 ◦ green 242 ◦ blue 33

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

Shades of Harlequin #50F221

Tints of Harlequin #50F221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.17%

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

R = 22.54%
G = 68.17%
B = 9.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#50F221 (or 0x50F221) is known color: Harlequin. HEX triplet: 50, F2 and 21. RGB value is (80,242,33). Sum of RGB (Red+Green+Blue) = 80+242+33=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #50F221 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F221 is #AF0DDE. Grayscale: #AAAAAA. Windows color (decimal): -11472351 or 2224720. OLE color: 2224720.

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

Color convert

RGB 80 242 33 -
CMYK 0.67 0 0.86 0.05
HSL 106.51º 0.89% 0.54% -
HSV(B) 106.51º 0.86% 0.95% -
XYZ 35.33 65.32 12.18 -
YUV 169.74 50.83 63.99 -
System Red Green Blue C M Y K H S L
Decimal 80 242 33 0.67 0 0.86 0.05 106.51 0.89 0.54
Hex 50 F2 21 43 0 56 5 6B 59 36
Octal 120 362 41 103 0 126 5 153 131 66
Binary 1010000 11110010 100001 1000011 0 1010110 101 1101011 1011001 110110

Color Harmonies of #50F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F221

Black with #50F221

Text Example


Text Example

White with #50F221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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