Html Css Color HEX #49F215 Harlequin

📋 copy color: '#49F215'

red 73 ◦ green 242 ◦ blue 21

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

Shades of Harlequin #49F215

Tints of Harlequin #49F215

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.02%

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

R = 21.73%
G = 72.02%
B = 6.25%

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

#49F215 (or 0x49F215) is known color: Harlequin. HEX triplet: 49, F2 and 15. RGB value is (73,242,21). Sum of RGB (Red+Green+Blue) = 73+242+21=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #49F215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F215 is #B60DEA. Grayscale: #A6A6A6. Windows color (decimal): -11931115 or 1438281. OLE color: 1438281.

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

Color convert

RGB 73 242 21 -
CMYK 0.70 0 0.91 0.05
HSL 105.88º 0.89% 0.52% -
HSV(B) 105.88º 0.91% 0.95% -
XYZ 34.64 64.97 11.43 -
YUV 166.28 46.01 61.47 -
System Red Green Blue C M Y K H S L
Decimal 73 242 21 0.70 0 0.91 0.05 105.88 0.89 0.52
Hex 49 F2 15 46 0 5B 5 6A 59 34
Octal 111 362 25 106 0 133 5 152 131 64
Binary 1001001 11110010 10101 1000110 0 1011011 101 1101010 1011001 110100

Color Harmonies of #49F215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F215

Black with #49F215

Text Example


Text Example

White with #49F215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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