Html Css Color HEX #49E708 Harlequin

📋 copy color: '#49E708'

red 73 ◦ green 231 ◦ blue 8

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

Shades of Harlequin #49E708

Tints of Harlequin #49E708

RGB

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

 GREEN value IS 231 (90.63% from 255) = 74.04%

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

R = 23.4%
G = 74.04%
B = 2.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#49E708 (or 0x49E708) is known color: Harlequin. HEX triplet: 49, E7 and 08. RGB value is (73,231,8). Sum of RGB (Red+Green+Blue) = 73+231+8=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 231 (90.62% from 255 or 74.04% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 231 - color contains mainly: green. Hex color #49E708 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49E708 is #B618F7. Grayscale: #9F9F9F. Windows color (decimal): -11933944 or 583497. OLE color: 583497.

HSL color Cylindrical-coordinate representation of color #49E708: hue angle of 102.51º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49E708 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 231 8 -
CMYK 0.68 0 0.97 0.09
HSL 102.51º 0.93% 0.47% -
HSV(B) 102.51º 0.97% 0.91% -
XYZ 31.37 58.59 9.88 -
YUV 158.34 43.15 67.13 -
System Red Green Blue C M Y K H S L
Decimal 73 231 8 0.68 0 0.97 0.09 102.51 0.93 0.47
Hex 49 E7 8 44 0 61 9 67 5D 2F
Octal 111 347 10 104 0 141 11 147 135 57
Binary 1001001 11100111 1000 1000100 0 1100001 1001 1100111 1011101 101111

Color Harmonies of #49E708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E708

Black with #49E708

Text Example


Text Example

White with #49E708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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