Html Css Color HEX #50F219 Harlequin

📋 copy color: '#50F219'

red 80 ◦ green 242 ◦ blue 25

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

Shades of Harlequin #50F219

Tints of Harlequin #50F219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.2%

R = 23.05%
G = 69.74%
B = 7.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#50F219 (or 0x50F219) is known color: Harlequin. HEX triplet: 50, F2 and 19. RGB value is (80,242,25). Sum of RGB (Red+Green+Blue) = 80+242+25=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #50F219 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F219 is #AF0DE6. Grayscale: #A9A9A9. Windows color (decimal): -11472359 or 1700432. OLE color: 1700432.

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

Color convert

RGB 80 242 25 -
CMYK 0.67 0 0.90 0.05
HSL 104.79º 0.89% 0.52% -
HSV(B) 104.79º 0.9% 0.95% -
XYZ 35.24 65.28 11.66 -
YUV 168.82 46.83 64.64 -
System Red Green Blue C M Y K H S L
Decimal 80 242 25 0.67 0 0.90 0.05 104.79 0.89 0.52
Hex 50 F2 19 43 0 5A 5 69 59 34
Octal 120 362 31 103 0 132 5 151 131 64
Binary 1010000 11110010 11001 1000011 0 1011010 101 1101001 1011001 110100

Color Harmonies of #50F219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F219

Black with #50F219

Text Example


Text Example

White with #50F219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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