Html Css Color HEX #50ED03 Harlequin

📋 copy color: '#50ED03'

red 80 ◦ green 237 ◦ blue 3

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

Shades of Harlequin #50ED03

Tints of Harlequin #50ED03

RGB

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

 GREEN value IS 237 (92.97% from 255) = 74.06%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 25%
G = 74.06%
B = 0.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#50ED03 (or 0x50ED03) is known color: Harlequin. HEX triplet: 50, ED and 03. RGB value is (80,237,3). Sum of RGB (Red+Green+Blue) = 80+237+3=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 237 (92.97% from 255 or 74.06% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50ED03 is #AF12FC. Grayscale: #A4A4A4. Windows color (decimal): -11473661 or 257360. OLE color: 257360.

HSL color Cylindrical-coordinate representation of color #50ED03: hue angle of 100.26º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50ED03 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 3 -
CMYK 0.66 0 0.99 0.07
HSL 100.26º 0.98% 0.47% -
HSV(B) 100.26º 0.99% 0.93% -
XYZ 33.61 62.28 10.34 -
YUV 163.38 37.49 68.53 -
System Red Green Blue C M Y K H S L
Decimal 80 237 3 0.66 0 0.99 0.07 100.26 0.98 0.47
Hex 50 ED 3 42 0 63 7 64 62 2F
Octal 120 355 3 102 0 143 7 144 142 57
Binary 1010000 11101101 11 1000010 0 1100011 111 1100100 1100010 101111

Color Harmonies of #50ED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ED03

Black with #50ED03

Text Example


Text Example

White with #50ED03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,237,3); }

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

background-color css

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

 a { background-color: rgb(80,237,3); }

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

border-color css

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

 span { border-color: rgb(80,237,3); }

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