Html Css Color HEX #49F224 Harlequin

📋 copy color: '#49F224'

red 73 ◦ green 242 ◦ blue 36

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

Shades of Harlequin #49F224

Tints of Harlequin #49F224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.26%

R = 20.8%
G = 68.95%
B = 10.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#49F224 (or 0x49F224) is known color: Harlequin. HEX triplet: 49, F2 and 24. RGB value is (73,242,36). Sum of RGB (Red+Green+Blue) = 73+242+36=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 242 (94.92% from 255 or 68.95% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 242 - color contains mainly: green. Hex color #49F224 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F224 is #B60DDB. Grayscale: #A8A8A8. Windows color (decimal): -11931100 or 2421321. OLE color: 2421321.

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

Color convert

RGB 73 242 36 -
CMYK 0.70 0 0.85 0.05
HSL 109.22º 0.89% 0.55% -
HSV(B) 109.22º 0.85% 0.95% -
XYZ 34.82 65.05 12.39 -
YUV 167.99 53.51 60.25 -
System Red Green Blue C M Y K H S L
Decimal 73 242 36 0.70 0 0.85 0.05 109.22 0.89 0.55
Hex 49 F2 24 46 0 55 5 6D 59 37
Octal 111 362 44 106 0 125 5 155 131 67
Binary 1001001 11110010 100100 1000110 0 1010101 101 1101101 1011001 110111

Color Harmonies of #49F224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F224

Black with #49F224

Text Example


Text Example

White with #49F224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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