Html Css Color HEX #50FB09 Harlequin

📋 copy color: '#50FB09'

red 80 ◦ green 251 ◦ blue 9

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

Shades of Harlequin #50FB09

Tints of Harlequin #50FB09

RGB

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

 GREEN value IS 251 (98.44% from 255) = 73.82%

 BLUE value IS 9 (3.91% from 255) = 2.65%

R = 23.53%
G = 73.82%
B = 2.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#50FB09 (or 0x50FB09) is known color: Harlequin. HEX triplet: 50, FB and 09. RGB value is (80,251,9). Sum of RGB (Red+Green+Blue) = 80+251+9=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 251 (98.44% from 255 or 73.82% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FB09 is #AF04F6. Grayscale: #ADADAD. Windows color (decimal): -11470071 or 654160. OLE color: 654160.

HSL color Cylindrical-coordinate representation of color #50FB09: hue angle of 102.4º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50FB09 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 251 9 -
CMYK 0.68 0 0.96 0.02
HSL 102.4º 0.97% 0.51% -
HSV(B) 102.4º 0.96% 0.98% -
XYZ 37.85 70.72 11.91 -
YUV 172.28 35.85 62.18 -
System Red Green Blue C M Y K H S L
Decimal 80 251 9 0.68 0 0.96 0.02 102.4 0.97 0.51
Hex 50 FB 9 44 0 60 2 66 61 33
Octal 120 373 11 104 0 140 2 146 141 63
Binary 1010000 11111011 1001 1000100 0 1100000 10 1100110 1100001 110011

Color Harmonies of #50FB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FB09

Black with #50FB09

Text Example


Text Example

White with #50FB09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,251,9); }

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

background-color css

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

 a { background-color: rgb(80,251,9); }

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

border-color css

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

 span { border-color: rgb(80,251,9); }

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