Html Css Color HEX #49F028 Harlequin

📋 copy color: '#49F028'

red 73 ◦ green 240 ◦ blue 40

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

Shades of Harlequin #49F028

Tints of Harlequin #49F028

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.99%

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

R = 20.68%
G = 67.99%
B = 11.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#49F028 (or 0x49F028) is known color: Harlequin. HEX triplet: 49, F0 and 28. RGB value is (73,240,40). Sum of RGB (Red+Green+Blue) = 73+240+40=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #49F028 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F028 is #B60FD7. Grayscale: #A7A7A7. Windows color (decimal): -11931608 or 2682953. OLE color: 2682953.

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

Color convert

RGB 73 240 40 -
CMYK 0.70 0 0.83 0.06
HSL 110.1º 0.87% 0.55% -
HSV(B) 110.1º 0.83% 0.94% -
XYZ 34.29 63.89 12.53 -
YUV 167.27 56.17 60.76 -
System Red Green Blue C M Y K H S L
Decimal 73 240 40 0.70 0 0.83 0.06 110.1 0.87 0.55
Hex 49 F0 28 46 0 53 6 6E 57 37
Octal 111 360 50 106 0 123 6 156 127 67
Binary 1001001 11110000 101000 1000110 0 1010011 110 1101110 1010111 110111

Color Harmonies of #49F028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F028

Black with #49F028

Text Example


Text Example

White with #49F028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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