Html Css Color HEX #49F118 Harlequin

📋 copy color: '#49F118'

red 73 ◦ green 241 ◦ blue 24

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

Shades of Harlequin #49F118

Tints of Harlequin #49F118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 21.6%
G = 71.3%
B = 7.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#49F118 (or 0x49F118) is known color: Harlequin. HEX triplet: 49, F1 and 18. RGB value is (73,241,24). Sum of RGB (Red+Green+Blue) = 73+241+24=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #49F118 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F118 is #B60EE7. Grayscale: #A6A6A6. Windows color (decimal): -11931368 or 1634633. OLE color: 1634633.

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

Color convert

RGB 73 241 24 -
CMYK 0.70 0 0.90 0.05
HSL 106.45º 0.89% 0.52% -
HSV(B) 106.45º 0.9% 0.95% -
XYZ 34.37 64.39 11.48 -
YUV 166.03 47.84 61.64 -
System Red Green Blue C M Y K H S L
Decimal 73 241 24 0.70 0 0.90 0.05 106.45 0.89 0.52
Hex 49 F1 18 46 0 5A 5 6A 59 34
Octal 111 361 30 106 0 132 5 152 131 64
Binary 1001001 11110001 11000 1000110 0 1011010 101 1101010 1011001 110100

Color Harmonies of #49F118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F118

Black with #49F118

Text Example


Text Example

White with #49F118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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