Html Css Color HEX #49F808 Harlequin

📋 copy color: '#49F808'

red 73 ◦ green 248 ◦ blue 8

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

Shades of Harlequin #49F808

Tints of Harlequin #49F808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.43%

R = 22.19%
G = 75.38%
B = 2.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#49F808 (or 0x49F808) is known color: Harlequin. HEX triplet: 49, F8 and 08. RGB value is (73,248,8). Sum of RGB (Red+Green+Blue) = 73+248+8=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 248 (97.27% from 255 or 75.38% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 248 - color contains mainly: green. Hex color #49F808 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F808 is #B607F7. Grayscale: #A9A9A9. Windows color (decimal): -11929592 or 587849. OLE color: 587849.

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

Color convert

RGB 73 248 8 -
CMYK 0.71 0 0.97 0.03
HSL 103.75º 0.94% 0.5% -
HSV(B) 103.75º 0.97% 0.97% -
XYZ 36.36 68.57 11.55 -
YUV 168.32 37.52 60.01 -
System Red Green Blue C M Y K H S L
Decimal 73 248 8 0.71 0 0.97 0.03 103.75 0.94 0.5
Hex 49 F8 8 47 0 61 3 68 5E 32
Octal 111 370 10 107 0 141 3 150 136 62
Binary 1001001 11111000 1000 1000111 0 1100001 11 1101000 1011110 110010

Color Harmonies of #49F808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F808

Black with #49F808

Text Example


Text Example

White with #49F808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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