Html Css Color HEX #50F415 Harlequin

📋 copy color: '#50F415'

red 80 ◦ green 244 ◦ blue 21

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

Shades of Harlequin #50F415

Tints of Harlequin #50F415

RGB

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

 GREEN value IS 244 (95.7% from 255) = 70.72%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 23.19%
G = 70.72%
B = 6.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#50F415 (or 0x50F415) is known color: Harlequin. HEX triplet: 50, F4 and 15. RGB value is (80,244,21). Sum of RGB (Red+Green+Blue) = 80+244+21=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 244 (95.70% from 255 or 70.72% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 244 - color contains mainly: green. Hex color #50F415 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F415 is #AF0BEA. Grayscale: #AAAAAA. Windows color (decimal): -11471851 or 1438800. OLE color: 1438800.

HSL color Cylindrical-coordinate representation of color #50F415: hue angle of 104.13º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50F415 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 21 -
CMYK 0.67 0 0.91 0.04
HSL 104.13º 0.91% 0.52% -
HSV(B) 104.13º 0.91% 0.96% -
XYZ 35.79 66.46 11.65 -
YUV 169.54 44.17 64.13 -
System Red Green Blue C M Y K H S L
Decimal 80 244 21 0.67 0 0.91 0.04 104.13 0.91 0.52
Hex 50 F4 15 43 0 5B 4 68 5B 34
Octal 120 364 25 103 0 133 4 150 133 64
Binary 1010000 11110100 10101 1000011 0 1011011 100 1101000 1011011 110100

Color Harmonies of #50F415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F415

Black with #50F415

Text Example


Text Example

White with #50F415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,244,21); }

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

background-color css

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

 a { background-color: rgb(80,244,21); }

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

border-color css

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

 span { border-color: rgb(80,244,21); }

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