Html Css Color HEX #49FE04 Harlequin

📋 copy color: '#49FE04'

red 73 ◦ green 254 ◦ blue 4

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

Shades of Harlequin #49FE04

Tints of Harlequin #49FE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 22.05%
G = 76.74%
B = 1.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#49FE04 (or 0x49FE04) is known color: Harlequin. HEX triplet: 49, FE and 04. RGB value is (73,254,4). Sum of RGB (Red+Green+Blue) = 73+254+4=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 254 (99.61% from 255 or 76.74% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FE04 is #B601FB. Grayscale: #ACACAC. Windows color (decimal): -11928060 or 327241. OLE color: 327241.

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

Color convert

RGB 73 254 4 -
CMYK 0.71 0 0.98 0.00
HSL 103.44º 0.99% 0.51% -
HSV(B) 103.44º 0.98% 1% -
XYZ 38.21 72.31 12.06 -
YUV 171.38 33.53 57.83 -
System Red Green Blue C M Y K H S L
Decimal 73 254 4 0.71 0 0.98 0.00 103.44 0.99 0.51
Hex 49 FE 4 47 0 62 0 67 63 33
Octal 111 376 4 107 0 142 0 147 143 63
Binary 1001001 11111110 100 1000111 0 1100010 0 1100111 1100011 110011

Color Harmonies of #49FE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FE04

Black with #49FE04

Text Example


Text Example

White with #49FE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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