Html Css Color HEX #49F111 Harlequin

📋 copy color: '#49F111'

red 73 ◦ green 241 ◦ blue 17

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

Shades of Harlequin #49F111

Tints of Harlequin #49F111

RGB

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

 GREEN value IS 241 (94.53% from 255) = 72.81%

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 22.05%
G = 72.81%
B = 5.14%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#49F111 (or 0x49F111) is known color: Harlequin. HEX triplet: 49, F1 and 11. RGB value is (73,241,17). Sum of RGB (Red+Green+Blue) = 73+241+17=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 241 (94.53% from 255 or 72.81% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 241 - color contains mainly: green. Hex color #49F111 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F111 is #B60EEE. Grayscale: #A5A5A5. Windows color (decimal): -11931375 or 1175881. OLE color: 1175881.

HSL color Cylindrical-coordinate representation of color #49F111: hue angle of 105º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49F111 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 17 -
CMYK 0.70 0 0.93 0.05
HSL 105º 0.89% 0.51% -
HSV(B) 105º 0.93% 0.95% -
XYZ 34.3 64.37 11.15 -
YUV 165.23 44.34 62.21 -
System Red Green Blue C M Y K H S L
Decimal 73 241 17 0.70 0 0.93 0.05 105 0.89 0.51
Hex 49 F1 11 46 0 5D 5 69 59 33
Octal 111 361 21 106 0 135 5 151 131 63
Binary 1001001 11110001 10001 1000110 0 1011101 101 1101001 1011001 110011

Color Harmonies of #49F111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F111

Black with #49F111

Text Example


Text Example

White with #49F111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,241,17); }

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

background-color css

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

 a { background-color: rgb(73,241,17); }

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

border-color css

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

 span { border-color: rgb(73,241,17); }

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