Html Css Color HEX #49F228 Harlequin

📋 copy color: '#49F228'

red 73 ◦ green 242 ◦ blue 40

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

Shades of Harlequin #49F228

Tints of Harlequin #49F228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.27%

R = 20.56%
G = 68.17%
B = 11.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#49F228 (or 0x49F228) is known color: Harlequin. HEX triplet: 49, F2 and 28. RGB value is (73,242,40). Sum of RGB (Red+Green+Blue) = 73+242+40=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #49F228 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F228 is #B60DD7. Grayscale: #A9A9A9. Windows color (decimal): -11931096 or 2683465. OLE color: 2683465.

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

Color convert

RGB 73 242 40 -
CMYK 0.70 0 0.83 0.05
HSL 110.2º 0.89% 0.55% -
HSV(B) 110.2º 0.83% 0.95% -
XYZ 34.88 65.07 12.73 -
YUV 168.44 55.51 59.93 -
System Red Green Blue C M Y K H S L
Decimal 73 242 40 0.70 0 0.83 0.05 110.2 0.89 0.55
Hex 49 F2 28 46 0 53 5 6E 59 37
Octal 111 362 50 106 0 123 5 156 131 67
Binary 1001001 11110010 101000 1000110 0 1010011 101 1101110 1011001 110111

Color Harmonies of #49F228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F228

Black with #49F228

Text Example


Text Example

White with #49F228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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