Html Css Color HEX #49F115 Harlequin

📋 copy color: '#49F115'

red 73 ◦ green 241 ◦ blue 21

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

Shades of Harlequin #49F115

Tints of Harlequin #49F115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 21.79%
G = 71.94%
B = 6.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#49F115 (or 0x49F115) is known color: Harlequin. HEX triplet: 49, F1 and 15. RGB value is (73,241,21). Sum of RGB (Red+Green+Blue) = 73+241+21=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #49F115 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F115 is #B60EEA. Grayscale: #A6A6A6. Windows color (decimal): -11931371 or 1438025. OLE color: 1438025.

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

Color convert

RGB 73 241 21 -
CMYK 0.70 0 0.91 0.05
HSL 105.82º 0.89% 0.51% -
HSV(B) 105.82º 0.91% 0.95% -
XYZ 34.34 64.38 11.33 -
YUV 165.69 46.34 61.89 -
System Red Green Blue C M Y K H S L
Decimal 73 241 21 0.70 0 0.91 0.05 105.82 0.89 0.51
Hex 49 F1 15 46 0 5B 5 6A 59 33
Octal 111 361 25 106 0 133 5 152 131 63
Binary 1001001 11110001 10101 1000110 0 1011011 101 1101010 1011001 110011

Color Harmonies of #49F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F115

Black with #49F115

Text Example


Text Example

White with #49F115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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