Html Css Color HEX #49FA0B Harlequin

📋 copy color: '#49FA0B'

red 73 ◦ green 250 ◦ blue 11

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

Shades of Harlequin #49FA0B

Tints of Harlequin #49FA0B

RGB

 RED value IS 73 (28.91% from 255) = 21.86%

 GREEN value IS 250 (98.05% from 255) = 74.85%

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 21.86%
G = 74.85%
B = 3.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#49FA0B (or 0x49FA0B) is known color: Harlequin. HEX triplet: 49, FA and 0B. RGB value is (73,250,11). Sum of RGB (Red+Green+Blue) = 73+250+11=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FA0B is #B605F4. Grayscale: #AAAAAA. Windows color (decimal): -11929077 or 784969. OLE color: 784969.

HSL color Cylindrical-coordinate representation of color #49FA0B: hue angle of 104.44º degrees, saturation: 0.96, 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 #49FA0B is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 250 11 -
CMYK 0.71 0 0.96 0.02
HSL 104.44º 0.96% 0.51% -
HSV(B) 104.44º 0.96% 0.98% -
XYZ 36.99 69.81 11.84 -
YUV 169.83 38.36 58.93 -
System Red Green Blue C M Y K H S L
Decimal 73 250 11 0.71 0 0.96 0.02 104.44 0.96 0.51
Hex 49 FA B 47 0 60 2 68 60 33
Octal 111 372 13 107 0 140 2 150 140 63
Binary 1001001 11111010 1011 1000111 0 1100000 10 1101000 1100000 110011

Color Harmonies of #49FA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FA0B

Black with #49FA0B

Text Example


Text Example

White with #49FA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49FA0B; }

 p { color: rgb(73,250,11); }

 H1.HeaderClassName
 {
   color: #49FA0B;
 }
 .AnyTagClassName
 {
   color: #49FA0B;
 }
</style>

background-color css

<style>
 a { background-color: #49FA0B; }

 a { background-color: rgb(73,250,11); }

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

border-color css

<style>
 span { border-color: #49FA0B; }

 span { border-color: rgb(73,250,11); }

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