Html Css Color HEX #49F708 Harlequin

📋 copy color: '#49F708'

red 73 ◦ green 247 ◦ blue 8

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

Shades of Harlequin #49F708

Tints of Harlequin #49F708

RGB

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

 GREEN value IS 247 (96.88% from 255) = 75.3%

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

R = 22.26%
G = 75.3%
B = 2.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#49F708 (or 0x49F708) is known color: Harlequin. HEX triplet: 49, F7 and 08. RGB value is (73,247,8). Sum of RGB (Red+Green+Blue) = 73+247+8=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 247 (96.88% from 255 or 75.30% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 247 - color contains mainly: green. Hex color #49F708 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F708 is #B608F7. Grayscale: #A8A8A8. Windows color (decimal): -11929848 or 587593. OLE color: 587593.

HSL color Cylindrical-coordinate representation of color #49F708: hue angle of 103.68º 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 #49F708 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 247 8 -
CMYK 0.70 0 0.97 0.03
HSL 103.68º 0.94% 0.5% -
HSV(B) 103.68º 0.97% 0.97% -
XYZ 36.05 67.96 11.45 -
YUV 167.73 37.85 60.43 -
System Red Green Blue C M Y K H S L
Decimal 73 247 8 0.70 0 0.97 0.03 103.68 0.94 0.5
Hex 49 F7 8 46 0 61 3 68 5E 32
Octal 111 367 10 106 0 141 3 150 136 62
Binary 1001001 11110111 1000 1000110 0 1100001 11 1101000 1011110 110010

Color Harmonies of #49F708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F708

Black with #49F708

Text Example


Text Example

White with #49F708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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