Html Css Color HEX #50E315 Harlequin

📋 copy color: '#50E315'

red 80 ◦ green 227 ◦ blue 21

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

Shades of Harlequin #50E315

Tints of Harlequin #50E315

RGB

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

 GREEN value IS 227 (89.06% from 255) = 69.21%

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

R = 24.39%
G = 69.21%
B = 6.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#50E315 (or 0x50E315) is known color: Harlequin. HEX triplet: 50, E3 and 15. RGB value is (80,227,21). Sum of RGB (Red+Green+Blue) = 80+227+21=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 227 (89.06% from 255 or 69.21% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 227 - color contains mainly: green. Hex color #50E315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E315 is #AF1CEA. Grayscale: #A0A0A0. Windows color (decimal): -11476203 or 1434448. OLE color: 1434448.

HSL color Cylindrical-coordinate representation of color #50E315: hue angle of 102.82º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50E315 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 227 21 -
CMYK 0.65 0 0.91 0.11
HSL 102.82º 0.83% 0.49% -
HSV(B) 102.82º 0.91% 0.89% -
XYZ 30.91 56.7 10.02 -
YUV 159.56 49.8 71.25 -
System Red Green Blue C M Y K H S L
Decimal 80 227 21 0.65 0 0.91 0.11 102.82 0.83 0.49
Hex 50 E3 15 41 0 5B B 67 53 31
Octal 120 343 25 101 0 133 13 147 123 61
Binary 1010000 11100011 10101 1000001 0 1011011 1011 1100111 1010011 110001

Color Harmonies of #50E315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E315

Black with #50E315

Text Example


Text Example

White with #50E315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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