Html Css Color HEX #49FB2B Harlequin

📋 copy color: '#49FB2B'

red 73 ◦ green 251 ◦ blue 43

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

Shades of Harlequin #49FB2B

Tints of Harlequin #49FB2B

RGB

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

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

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

R = 19.89%
G = 68.39%
B = 11.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#49FB2B (or 0x49FB2B) is known color: Harlequin. HEX triplet: 49, FB and 2B. RGB value is (73,251,43). Sum of RGB (Red+Green+Blue) = 73+251+43=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 251 (98.44% from 255 or 68.39% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FB2B is #B604D4. Grayscale: #AEAEAE. Windows color (decimal): -11928789 or 2882377. OLE color: 2882377.

HSL color Cylindrical-coordinate representation of color #49FB2B: hue angle of 111.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49FB2B is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 251 43 -
CMYK 0.71 0 0.83 0.02
HSL 111.35º 0.96% 0.58% -
HSV(B) 111.35º 0.83% 0.98% -
XYZ 37.68 70.59 13.92 -
YUV 174.07 54.03 55.91 -
System Red Green Blue C M Y K H S L
Decimal 73 251 43 0.71 0 0.83 0.02 111.35 0.96 0.58
Hex 49 FB 2B 47 0 53 2 6F 60 3A
Octal 111 373 53 107 0 123 2 157 140 72
Binary 1001001 11111011 101011 1000111 0 1010011 10 1101111 1100000 111010

Color Harmonies of #49FB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FB2B

Black with #49FB2B

Text Example


Text Example

White with #49FB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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