Html Css Color HEX #50FD33 Harlequin

📋 copy color: '#50FD33'

red 80 ◦ green 253 ◦ blue 51

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

Shades of Harlequin #50FD33

Tints of Harlequin #50FD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.28%

R = 20.83%
G = 65.89%
B = 13.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#50FD33 (or 0x50FD33) is known color: Harlequin. HEX triplet: 50, FD and 33. RGB value is (80,253,51). Sum of RGB (Red+Green+Blue) = 80+253+51=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 253 (99.22% from 255 or 65.89% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FD33 is #AF02CC. Grayscale: #B2B2B2. Windows color (decimal): -11469517 or 3407184. OLE color: 3407184.

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

Color convert

RGB 80 253 51 -
CMYK 0.68 0 0.80 0.01
HSL 111.39º 0.98% 0.6% -
HSV(B) 111.39º 0.8% 0.99% -
XYZ 39.03 72.2 15.01 -
YUV 178.25 56.19 57.93 -
System Red Green Blue C M Y K H S L
Decimal 80 253 51 0.68 0 0.80 0.01 111.39 0.98 0.6
Hex 50 FD 33 44 0 50 1 6F 62 3C
Octal 120 375 63 104 0 120 1 157 142 74
Binary 1010000 11111101 110011 1000100 0 1010000 1 1101111 1100010 111100

Color Harmonies of #50FD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD33

Black with #50FD33

Text Example


Text Example

White with #50FD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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