Html Css Color HEX #50DF03 Harlequin

📋 copy color: '#50DF03'

red 80 ◦ green 223 ◦ blue 3

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

Shades of Harlequin #50DF03

Tints of Harlequin #50DF03

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.88%

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

R = 26.14%
G = 72.88%
B = 0.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#50DF03 (or 0x50DF03) is known color: Harlequin. HEX triplet: 50, DF and 03. RGB value is (80,223,3). Sum of RGB (Red+Green+Blue) = 80+223+3=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DF03 is #AF20FC. Grayscale: #9B9B9B. Windows color (decimal): -11477245 or 253776. OLE color: 253776.

HSL color Cylindrical-coordinate representation of color #50DF03: hue angle of 99º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50DF03 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 3 -
CMYK 0.64 0 0.99 0.13
HSL 99º 0.97% 0.44% -
HSV(B) 99º 0.99% 0.87% -
XYZ 29.71 54.49 9.04 -
YUV 155.16 42.12 74.39 -
System Red Green Blue C M Y K H S L
Decimal 80 223 3 0.64 0 0.99 0.13 99 0.97 0.44
Hex 50 DF 3 40 0 63 D 63 61 2C
Octal 120 337 3 100 0 143 15 143 141 54
Binary 1010000 11011111 11 1000000 0 1100011 1101 1100011 1100001 101100

Color Harmonies of #50DF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF03

Black with #50DF03

Text Example


Text Example

White with #50DF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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