Html Css Color HEX #50FE0F Harlequin

📋 copy color: '#50FE0F'

red 80 ◦ green 254 ◦ blue 15

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

Shades of Harlequin #50FE0F

Tints of Harlequin #50FE0F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 72.78%

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 22.92%
G = 72.78%
B = 4.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#50FE0F (or 0x50FE0F) is known color: Harlequin. HEX triplet: 50, FE and 0F. RGB value is (80,254,15). Sum of RGB (Red+Green+Blue) = 80+254+15=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 254 (99.61% from 255 or 72.78% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FE0F is #AF01F0. Grayscale: #AFAFAF. Windows color (decimal): -11469297 or 1048144. OLE color: 1048144.

HSL color Cylindrical-coordinate representation of color #50FE0F: hue angle of 103.68º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50FE0F is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 254 15 -
CMYK 0.69 0 0.94 0.00
HSL 103.68º 0.99% 0.53% -
HSV(B) 103.68º 0.94% 1% -
XYZ 38.84 72.62 12.42 -
YUV 174.73 37.85 60.43 -
System Red Green Blue C M Y K H S L
Decimal 80 254 15 0.69 0 0.94 0.00 103.68 0.99 0.53
Hex 50 FE F 45 0 5E 0 68 63 35
Octal 120 376 17 105 0 136 0 150 143 65
Binary 1010000 11111110 1111 1000101 0 1011110 0 1101000 1100011 110101

Color Harmonies of #50FE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FE0F

Black with #50FE0F

Text Example


Text Example

White with #50FE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,254,15); }

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

background-color css

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

 a { background-color: rgb(80,254,15); }

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

border-color css

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

 span { border-color: rgb(80,254,15); }

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