Html Css Color HEX #50EA0F Harlequin

📋 copy color: '#50EA0F'

red 80 ◦ green 234 ◦ blue 15

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

Shades of Harlequin #50EA0F

Tints of Harlequin #50EA0F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 71.12%

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

R = 24.32%
G = 71.12%
B = 4.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#50EA0F (or 0x50EA0F) is known color: Harlequin. HEX triplet: 50, EA and 0F. RGB value is (80,234,15). Sum of RGB (Red+Green+Blue) = 80+234+15=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 234 (91.80% from 255 or 71.12% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EA0F is #AF15F0. Grayscale: #A3A3A3. Windows color (decimal): -11474417 or 1043024. OLE color: 1043024.

HSL color Cylindrical-coordinate representation of color #50EA0F: hue angle of 102.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50EA0F is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 15 -
CMYK 0.66 0 0.94 0.08
HSL 102.19º 0.88% 0.49% -
HSV(B) 102.19º 0.94% 0.92% -
XYZ 32.82 60.59 10.42 -
YUV 162.99 44.48 68.81 -
System Red Green Blue C M Y K H S L
Decimal 80 234 15 0.66 0 0.94 0.08 102.19 0.88 0.49
Hex 50 EA F 42 0 5E 8 66 58 31
Octal 120 352 17 102 0 136 10 146 130 61
Binary 1010000 11101010 1111 1000010 0 1011110 1000 1100110 1011000 110001

Color Harmonies of #50EA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EA0F

Black with #50EA0F

Text Example


Text Example

White with #50EA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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