Html Css Color HEX #50FD03 Harlequin

📋 copy color: '#50FD03'

red 80 ◦ green 253 ◦ blue 3

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

Shades of Harlequin #50FD03

Tints of Harlequin #50FD03

RGB

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

 GREEN value IS 253 (99.22% from 255) = 75.3%

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

R = 23.81%
G = 75.3%
B = 0.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#50FD03 (or 0x50FD03) is known color: Harlequin. HEX triplet: 50, FD and 03. RGB value is (80,253,3). Sum of RGB (Red+Green+Blue) = 80+253+3=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 253 (99.22% from 255 or 75.30% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FD03 is #AF02FC. Grayscale: #ADADAD. Windows color (decimal): -11469565 or 261456. OLE color: 261456.

HSL color Cylindrical-coordinate representation of color #50FD03: hue angle of 101.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50FD03 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 3 -
CMYK 0.68 0 0.99 0.01
HSL 101.52º 0.98% 0.5% -
HSV(B) 101.52º 0.99% 0.99% -
XYZ 38.45 71.96 11.95 -
YUV 172.77 32.19 61.83 -
System Red Green Blue C M Y K H S L
Decimal 80 253 3 0.68 0 0.99 0.01 101.52 0.98 0.5
Hex 50 FD 3 44 0 63 1 66 62 32
Octal 120 375 3 104 0 143 1 146 142 62
Binary 1010000 11111101 11 1000100 0 1100011 1 1100110 1100010 110010

Color Harmonies of #50FD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD03

Black with #50FD03

Text Example


Text Example

White with #50FD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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