Html Css Color HEX #49F225 Harlequin

📋 copy color: '#49F225'

red 73 ◦ green 242 ◦ blue 37

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

Shades of Harlequin #49F225

Tints of Harlequin #49F225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 20.74%
G = 68.75%
B = 10.51%

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

#49F225 (or 0x49F225) is known color: Harlequin. HEX triplet: 49, F2 and 25. RGB value is (73,242,37). Sum of RGB (Red+Green+Blue) = 73+242+37=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #49F225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F225 is #B60DDA. Grayscale: #A8A8A8. Windows color (decimal): -11931099 or 2486857. OLE color: 2486857.

HSL color Cylindrical-coordinate representation of color #49F225: hue angle of 109.46º 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 #49F225 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 37 -
CMYK 0.70 0 0.85 0.05
HSL 109.46º 0.89% 0.55% -
HSV(B) 109.46º 0.85% 0.95% -
XYZ 34.83 65.05 12.47 -
YUV 168.1 54.01 60.17 -
System Red Green Blue C M Y K H S L
Decimal 73 242 37 0.70 0 0.85 0.05 109.46 0.89 0.55
Hex 49 F2 25 46 0 55 5 6D 59 37
Octal 111 362 45 106 0 125 5 155 131 67
Binary 1001001 11110010 100101 1000110 0 1010101 101 1101101 1011001 110111

Color Harmonies of #49F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F225

Black with #49F225

Text Example


Text Example

White with #49F225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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