Html Css Color HEX #49FC28 Harlequin

📋 copy color: '#49FC28'

red 73 ◦ green 252 ◦ blue 40

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

Shades of Harlequin #49FC28

Tints of Harlequin #49FC28

RGB

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

 GREEN value IS 252 (98.83% from 255) = 69.04%

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

R = 20%
G = 69.04%
B = 10.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#49FC28 (or 0x49FC28) is known color: Harlequin. HEX triplet: 49, FC and 28. RGB value is (73,252,40). Sum of RGB (Red+Green+Blue) = 73+252+40=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 252 (98.83% from 255 or 69.04% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FC28 is #B603D7. Grayscale: #AEAEAE. Windows color (decimal): -11928536 or 2686025. OLE color: 2686025.

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

Color convert

RGB 73 252 40 -
CMYK 0.71 0 0.84 0.01
HSL 110.66º 0.97% 0.57% -
HSV(B) 110.66º 0.84% 0.99% -
XYZ 37.94 71.19 13.75 -
YUV 174.31 52.2 55.74 -
System Red Green Blue C M Y K H S L
Decimal 73 252 40 0.71 0 0.84 0.01 110.66 0.97 0.57
Hex 49 FC 28 47 0 54 1 6F 61 39
Octal 111 374 50 107 0 124 1 157 141 71
Binary 1001001 11111100 101000 1000111 0 1010100 1 1101111 1100001 111001

Color Harmonies of #49FC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FC28

Black with #49FC28

Text Example


Text Example

White with #49FC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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