Html Css Color HEX #50FC2B Harlequin

📋 copy color: '#50FC2B'

red 80 ◦ green 252 ◦ blue 43

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

Shades of Harlequin #50FC2B

Tints of Harlequin #50FC2B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 67.2%

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 21.33%
G = 67.2%
B = 11.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#50FC2B (or 0x50FC2B) is known color: Harlequin. HEX triplet: 50, FC and 2B. RGB value is (80,252,43). Sum of RGB (Red+Green+Blue) = 80+252+43=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 252 (98.83% from 255 or 67.2% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FC2B is #AF03D4. Grayscale: #B1B1B1. Windows color (decimal): -11469781 or 2882640. OLE color: 2882640.

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

Color convert

RGB 80 252 43 -
CMYK 0.68 0 0.83 0.01
HSL 109.38º 0.97% 0.58% -
HSV(B) 109.38º 0.83% 0.99% -
XYZ 38.55 71.5 14.05 -
YUV 176.75 52.52 58.99 -
System Red Green Blue C M Y K H S L
Decimal 80 252 43 0.68 0 0.83 0.01 109.38 0.97 0.58
Hex 50 FC 2B 44 0 53 1 6D 61 3A
Octal 120 374 53 104 0 123 1 155 141 72
Binary 1010000 11111100 101011 1000100 0 1010011 1 1101101 1100001 111010

Color Harmonies of #50FC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FC2B

Black with #50FC2B

Text Example


Text Example

White with #50FC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,252,43); }

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

background-color css

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

 a { background-color: rgb(80,252,43); }

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

border-color css

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

 span { border-color: rgb(80,252,43); }

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