Html Css Color HEX #49EE08 Harlequin

📋 copy color: '#49EE08'

red 73 ◦ green 238 ◦ blue 8

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

Shades of Harlequin #49EE08

Tints of Harlequin #49EE08

RGB

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

 GREEN value IS 238 (93.36% from 255) = 74.61%

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

R = 22.88%
G = 74.61%
B = 2.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#49EE08 (or 0x49EE08) is known color: Harlequin. HEX triplet: 49, EE and 08. RGB value is (73,238,8). Sum of RGB (Red+Green+Blue) = 73+238+8=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 238 (93.36% from 255 or 74.61% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EE08 is #B611F7. Grayscale: #A3A3A3. Windows color (decimal): -11932152 or 585289. OLE color: 585289.

HSL color Cylindrical-coordinate representation of color #49EE08: hue angle of 103.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49EE08 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 238 8 -
CMYK 0.69 0 0.97 0.07
HSL 103.04º 0.93% 0.48% -
HSV(B) 103.04º 0.97% 0.93% -
XYZ 33.37 62.58 10.55 -
YUV 162.45 40.84 64.2 -
System Red Green Blue C M Y K H S L
Decimal 73 238 8 0.69 0 0.97 0.07 103.04 0.93 0.48
Hex 49 EE 8 45 0 61 7 67 5D 30
Octal 111 356 10 105 0 141 7 147 135 60
Binary 1001001 11101110 1000 1000101 0 1100001 111 1100111 1011101 110000

Color Harmonies of #49EE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EE08

Black with #49EE08

Text Example


Text Example

White with #49EE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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