Html Css Color HEX #49F128 Harlequin

📋 copy color: '#49F128'

red 73 ◦ green 241 ◦ blue 40

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

Shades of Harlequin #49F128

Tints of Harlequin #49F128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.08%

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

R = 20.62%
G = 68.08%
B = 11.3%

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

#49F128 (or 0x49F128) is known color: Harlequin. HEX triplet: 49, F1 and 28. RGB value is (73,241,40). Sum of RGB (Red+Green+Blue) = 73+241+40=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 241 (94.53% from 255 or 68.08% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 241 - color contains mainly: green. Hex color #49F128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F128 is #B60ED7. Grayscale: #A8A8A8. Windows color (decimal): -11931352 or 2683209. OLE color: 2683209.

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

Color convert

RGB 73 241 40 -
CMYK 0.70 0 0.83 0.05
HSL 110.15º 0.88% 0.55% -
HSV(B) 110.15º 0.83% 0.95% -
XYZ 34.59 64.48 12.63 -
YUV 167.85 55.84 60.34 -
System Red Green Blue C M Y K H S L
Decimal 73 241 40 0.70 0 0.83 0.05 110.15 0.88 0.55
Hex 49 F1 28 46 0 53 5 6E 58 37
Octal 111 361 50 106 0 123 5 156 130 67
Binary 1001001 11110001 101000 1000110 0 1010011 101 1101110 1011000 110111

Color Harmonies of #49F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F128

Black with #49F128

Text Example


Text Example

White with #49F128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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