Html Css Color HEX #50FE34 Harlequin

📋 copy color: '#50FE34'

red 80 ◦ green 254 ◦ blue 52

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

Shades of Harlequin #50FE34

Tints of Harlequin #50FE34

RGB

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

 GREEN value IS 254 (99.61% from 255) = 65.8%

 BLUE value IS 52 (20.7% from 255) = 13.47%

R = 20.73%
G = 65.8%
B = 13.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#50FE34 (or 0x50FE34) is known color: Harlequin. HEX triplet: 50, FE and 34. RGB value is (80,254,52). Sum of RGB (Red+Green+Blue) = 80+254+52=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 254 (99.61% from 255 or 65.80% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FE34 is #AF01CB. Grayscale: #B3B3B3. Windows color (decimal): -11469260 or 3472976. OLE color: 3472976.

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

Color convert

RGB 80 254 52 -
CMYK 0.69 0 0.80 0.00
HSL 111.68º 0.99% 0.6% -
HSV(B) 111.68º 0.8% 1% -
XYZ 39.37 72.84 15.23 -
YUV 178.95 56.35 57.43 -
System Red Green Blue C M Y K H S L
Decimal 80 254 52 0.69 0 0.80 0.00 111.68 0.99 0.6
Hex 50 FE 34 45 0 50 0 70 63 3C
Octal 120 376 64 105 0 120 0 160 143 74
Binary 1010000 11111110 110100 1000101 0 1010000 0 1110000 1100011 111100

Color Harmonies of #50FE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FE34

Black with #50FE34

Text Example


Text Example

White with #50FE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,254,52); }

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

background-color css

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

 a { background-color: rgb(80,254,52); }

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

border-color css

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

 span { border-color: rgb(80,254,52); }

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