Html Css Color HEX #49FF28 Harlequin

📋 copy color: '#49FF28'

red 73 ◦ green 255 ◦ blue 40

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

Shades of Harlequin #49FF28

Tints of Harlequin #49FF28

RGB

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

 GREEN value IS 255 (100% from 255) = 69.29%

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

R = 19.84%
G = 69.29%
B = 10.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#49FF28 (or 0x49FF28) is known color: Harlequin. HEX triplet: 49, FF and 28. RGB value is (73,255,40). Sum of RGB (Red+Green+Blue) = 73+255+40=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FF28 is #B600D7. Grayscale: #B0B0B0. Windows color (decimal): -11927768 or 2686793. OLE color: 2686793.

HSL color Cylindrical-coordinate representation of color #49FF28: hue angle of 110.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49FF28 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 73 255 40 -
CMYK 0.71 0 0.84 0
HSL 110.79º 1% 0.58% -
HSV(B) 110.79º 0.84% 1% -
XYZ 38.89 73.09 14.07 -
YUV 176.07 51.2 54.48 -
System Red Green Blue C M Y K H S L
Decimal 73 255 40 0.71 0 0.84 0 110.79 1 0.58
Hex 49 FF 28 47 0 54 0 6F 64 3A
Octal 111 377 50 107 0 124 0 157 144 72
Binary 1001001 11111111 101000 1000111 0 1010100 0 1101111 1100100 111010

Color Harmonies of #49FF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FF28

Black with #49FF28

Text Example


Text Example

White with #49FF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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