Html Css Color HEX #49F908 Harlequin

📋 copy color: '#49F908'

red 73 ◦ green 249 ◦ blue 8

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

Shades of Harlequin #49F908

Tints of Harlequin #49F908

RGB

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

 GREEN value IS 249 (97.66% from 255) = 75.45%

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

R = 22.12%
G = 75.45%
B = 2.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#49F908 (or 0x49F908) is known color: Harlequin. HEX triplet: 49, F9 and 08. RGB value is (73,249,8). Sum of RGB (Red+Green+Blue) = 73+249+8=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 249 (97.66% from 255 or 75.45% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 249 - color contains mainly: green. Hex color #49F908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F908 is #B606F7. Grayscale: #A9A9A9. Windows color (decimal): -11929336 or 588105. OLE color: 588105.

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

Color convert

RGB 73 249 8 -
CMYK 0.71 0 0.97 0.02
HSL 103.82º 0.95% 0.5% -
HSV(B) 103.82º 0.97% 0.98% -
XYZ 36.67 69.19 11.65 -
YUV 168.9 37.19 59.6 -
System Red Green Blue C M Y K H S L
Decimal 73 249 8 0.71 0 0.97 0.02 103.82 0.95 0.5
Hex 49 F9 8 47 0 61 2 68 5F 32
Octal 111 371 10 107 0 141 2 150 137 62
Binary 1001001 11111001 1000 1000111 0 1100001 10 1101000 1011111 110010

Color Harmonies of #49F908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F908

Black with #49F908

Text Example


Text Example

White with #49F908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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