Html Css Color HEX #50F028 Harlequin

📋 copy color: '#50F028'

red 80 ◦ green 240 ◦ blue 40

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

Shades of Harlequin #50F028

Tints of Harlequin #50F028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 22.22%
G = 66.67%
B = 11.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#50F028 (or 0x50F028) is known color: Harlequin. HEX triplet: 50, F0 and 28. RGB value is (80,240,40). Sum of RGB (Red+Green+Blue) = 80+240+40=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 240 (94.14% from 255 or 66.67% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 240 - color contains mainly: green. Hex color #50F028 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F028 is #AF0FD7. Grayscale: #AAAAAA. Windows color (decimal): -11472856 or 2682960. OLE color: 2682960.

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

Color convert

RGB 80 240 40 -
CMYK 0.67 0 0.83 0.06
HSL 108º 0.87% 0.55% -
HSV(B) 108º 0.83% 0.94% -
XYZ 34.85 64.18 12.56 -
YUV 169.36 54.99 64.26 -
System Red Green Blue C M Y K H S L
Decimal 80 240 40 0.67 0 0.83 0.06 108 0.87 0.55
Hex 50 F0 28 43 0 53 6 6C 57 37
Octal 120 360 50 103 0 123 6 154 127 67
Binary 1010000 11110000 101000 1000011 0 1010011 110 1101100 1010111 110111

Color Harmonies of #50F028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F028

Black with #50F028

Text Example


Text Example

White with #50F028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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