Html Css Color HEX #49FB0B Harlequin

📋 copy color: '#49FB0B'

red 73 ◦ green 251 ◦ blue 11

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

Shades of Harlequin #49FB0B

Tints of Harlequin #49FB0B

RGB

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

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

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

R = 21.79%
G = 74.93%
B = 3.28%

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

#49FB0B (or 0x49FB0B) is known color: Harlequin. HEX triplet: 49, FB and 0B. RGB value is (73,251,11). Sum of RGB (Red+Green+Blue) = 73+251+11=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 251 (98.44% from 255 or 74.93% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FB0B is #B604F4. Grayscale: #ABABAB. Windows color (decimal): -11928821 or 785225. OLE color: 785225.

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

Color convert

RGB 73 251 11 -
CMYK 0.71 0 0.96 0.02
HSL 104.5º 0.97% 0.51% -
HSV(B) 104.5º 0.96% 0.98% -
XYZ 37.31 70.43 11.95 -
YUV 170.42 38.03 58.51 -
System Red Green Blue C M Y K H S L
Decimal 73 251 11 0.71 0 0.96 0.02 104.5 0.97 0.51
Hex 49 FB B 47 0 60 2 68 61 33
Octal 111 373 13 107 0 140 2 150 141 63
Binary 1001001 11111011 1011 1000111 0 1100000 10 1101000 1100001 110011

Color Harmonies of #49FB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FB0B

Black with #49FB0B

Text Example


Text Example

White with #49FB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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