Html Css Color HEX #49F812 Harlequin

📋 copy color: '#49F812'

red 73 ◦ green 248 ◦ blue 18

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

Shades of Harlequin #49F812

Tints of Harlequin #49F812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.31%

R = 21.53%
G = 73.16%
B = 5.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#49F812 (or 0x49F812) is known color: Harlequin. HEX triplet: 49, F8 and 12. RGB value is (73,248,18). Sum of RGB (Red+Green+Blue) = 73+248+18=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 248 (97.27% from 255 or 73.16% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 248 - color contains mainly: green. Hex color #49F812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F812 is #B607ED. Grayscale: #AAAAAA. Windows color (decimal): -11929582 or 1243209. OLE color: 1243209.

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

Color convert

RGB 73 248 18 -
CMYK 0.71 0 0.93 0.03
HSL 105.65º 0.94% 0.52% -
HSV(B) 105.65º 0.93% 0.97% -
XYZ 36.42 68.59 11.89 -
YUV 169.46 42.52 59.2 -
System Red Green Blue C M Y K H S L
Decimal 73 248 18 0.71 0 0.93 0.03 105.65 0.94 0.52
Hex 49 F8 12 47 0 5D 3 6A 5E 34
Octal 111 370 22 107 0 135 3 152 136 64
Binary 1001001 11111000 10010 1000111 0 1011101 11 1101010 1011110 110100

Color Harmonies of #49F812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F812

Black with #49F812

Text Example


Text Example

White with #49F812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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