Html Css Color HEX #49FD04 Harlequin

📋 copy color: '#49FD04'

red 73 ◦ green 253 ◦ blue 4

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

Shades of Harlequin #49FD04

Tints of Harlequin #49FD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 76.67%

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

R = 22.12%
G = 76.67%
B = 1.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#49FD04 (or 0x49FD04) is known color: Harlequin. HEX triplet: 49, FD and 04. RGB value is (73,253,4). Sum of RGB (Red+Green+Blue) = 73+253+4=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 253 (99.22% from 255 or 76.67% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 253 - color contains mainly: green. Hex color #49FD04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FD04 is #B602FB. Grayscale: #ABABAB. Windows color (decimal): -11928316 or 326985. OLE color: 326985.

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

Color convert

RGB 73 253 4 -
CMYK 0.71 0 0.98 0.01
HSL 103.37º 0.98% 0.5% -
HSV(B) 103.37º 0.98% 0.99% -
XYZ 37.89 71.68 11.95 -
YUV 170.79 33.87 58.25 -
System Red Green Blue C M Y K H S L
Decimal 73 253 4 0.71 0 0.98 0.01 103.37 0.98 0.5
Hex 49 FD 4 47 0 62 1 67 62 32
Octal 111 375 4 107 0 142 1 147 142 62
Binary 1001001 11111101 100 1000111 0 1100010 1 1100111 1100010 110010

Color Harmonies of #49FD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FD04

Black with #49FD04

Text Example


Text Example

White with #49FD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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