Html Css Color HEX #49FE29 Harlequin

📋 copy color: '#49FE29'

red 73 ◦ green 254 ◦ blue 41

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

Shades of Harlequin #49FE29

Tints of Harlequin #49FE29

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.02%

 BLUE value IS 41 (16.41% from 255) = 11.14%

R = 19.84%
G = 69.02%
B = 11.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#49FE29 (or 0x49FE29) is known color: Harlequin. HEX triplet: 49, FE and 29. RGB value is (73,254,41). Sum of RGB (Red+Green+Blue) = 73+254+41=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FE29 is #B601D6. Grayscale: #B0B0B0. Windows color (decimal): -11928023 or 2752073. OLE color: 2752073.

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

Color convert

RGB 73 254 41 -
CMYK 0.71 0 0.84 0.00
HSL 110.99º 0.99% 0.58% -
HSV(B) 110.99º 0.84% 1% -
XYZ 38.59 72.46 14.05 -
YUV 175.6 52.03 54.82 -
System Red Green Blue C M Y K H S L
Decimal 73 254 41 0.71 0 0.84 0.00 110.99 0.99 0.58
Hex 49 FE 29 47 0 54 0 6F 63 3A
Octal 111 376 51 107 0 124 0 157 143 72
Binary 1001001 11111110 101001 1000111 0 1010100 0 1101111 1100011 111010

Color Harmonies of #49FE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FE29

Black with #49FE29

Text Example


Text Example

White with #49FE29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,254,41); }

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

background-color css

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

 a { background-color: rgb(73,254,41); }

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

border-color css

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

 span { border-color: rgb(73,254,41); }

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