Html Css Color HEX #49F804 Harlequin

📋 copy color: '#49F804'

red 73 ◦ green 248 ◦ blue 4

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

Shades of Harlequin #49F804

Tints of Harlequin #49F804

RGB

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

 GREEN value IS 248 (97.27% from 255) = 76.31%

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

R = 22.46%
G = 76.31%
B = 1.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#49F804 (or 0x49F804) is known color: Harlequin. HEX triplet: 49, F8 and 04. RGB value is (73,248,4). Sum of RGB (Red+Green+Blue) = 73+248+4=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 248 (97.27% from 255 or 76.31% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 248 - color contains mainly: green. Hex color #49F804 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F804 is #B607FB. Grayscale: #A8A8A8. Windows color (decimal): -11929596 or 325705. OLE color: 325705.

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

Color convert

RGB 73 248 4 -
CMYK 0.71 0 0.98 0.03
HSL 103.03º 0.97% 0.49% -
HSV(B) 103.03º 0.98% 0.97% -
XYZ 36.34 68.56 11.43 -
YUV 167.86 35.52 60.34 -
System Red Green Blue C M Y K H S L
Decimal 73 248 4 0.71 0 0.98 0.03 103.03 0.97 0.49
Hex 49 F8 4 47 0 62 3 67 61 31
Octal 111 370 4 107 0 142 3 147 141 61
Binary 1001001 11111000 100 1000111 0 1100010 11 1100111 1100001 110001

Color Harmonies of #49F804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F804

Black with #49F804

Text Example


Text Example

White with #49F804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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