Html Css Color HEX #49EF15 Harlequin

📋 copy color: '#49EF15'

red 73 ◦ green 239 ◦ blue 21

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

Shades of Harlequin #49EF15

Tints of Harlequin #49EF15

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.77%

 BLUE value IS 21 (8.59% from 255) = 6.31%

R = 21.92%
G = 71.77%
B = 6.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#49EF15 (or 0x49EF15) is known color: Harlequin. HEX triplet: 49, EF and 15. RGB value is (73,239,21). Sum of RGB (Red+Green+Blue) = 73+239+21=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 239 (93.75% from 255 or 71.77% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EF15 is #B610EA. Grayscale: #A5A5A5. Windows color (decimal): -11931883 or 1437513. OLE color: 1437513.

HSL color Cylindrical-coordinate representation of color #49EF15: hue angle of 105.69º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49EF15 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 21 -
CMYK 0.69 0 0.91 0.06
HSL 105.69º 0.87% 0.51% -
HSV(B) 105.69º 0.91% 0.94% -
XYZ 33.75 63.2 11.13 -
YUV 164.51 47 62.73 -
System Red Green Blue C M Y K H S L
Decimal 73 239 21 0.69 0 0.91 0.06 105.69 0.87 0.51
Hex 49 EF 15 45 0 5B 6 6A 57 33
Octal 111 357 25 105 0 133 6 152 127 63
Binary 1001001 11101111 10101 1000101 0 1011011 110 1101010 1010111 110011

Color Harmonies of #49EF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EF15

Black with #49EF15

Text Example


Text Example

White with #49EF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,239,21); }

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

background-color css

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

 a { background-color: rgb(73,239,21); }

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

border-color css

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

 span { border-color: rgb(73,239,21); }

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