Html Css Color HEX #50F427 Harlequin

📋 copy color: '#50F427'

red 80 ◦ green 244 ◦ blue 39

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

Shades of Harlequin #50F427

Tints of Harlequin #50F427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 22.04%
G = 67.22%
B = 10.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#50F427 (or 0x50F427) is known color: Harlequin. HEX triplet: 50, F4 and 27. RGB value is (80,244,39). Sum of RGB (Red+Green+Blue) = 80+244+39=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 244 (95.70% from 255 or 67.22% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 244 - color contains mainly: green. Hex color #50F427 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F427 is #AF0BD8. Grayscale: #ACACAC. Windows color (decimal): -11471833 or 2618448. OLE color: 2618448.

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

Color convert

RGB 80 244 39 -
CMYK 0.67 0 0.84 0.04
HSL 108º 0.9% 0.55% -
HSV(B) 108º 0.84% 0.96% -
XYZ 36.03 66.55 12.87 -
YUV 171.59 53.17 62.67 -
System Red Green Blue C M Y K H S L
Decimal 80 244 39 0.67 0 0.84 0.04 108 0.9 0.55
Hex 50 F4 27 43 0 54 4 6C 5A 37
Octal 120 364 47 103 0 124 4 154 132 67
Binary 1010000 11110100 100111 1000011 0 1010100 100 1101100 1011010 110111

Color Harmonies of #50F427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F427

Black with #50F427

Text Example


Text Example

White with #50F427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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