Html Css Color HEX #49ED0F Harlequin

📋 copy color: '#49ED0F'

red 73 ◦ green 237 ◦ blue 15

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

Shades of Harlequin #49ED0F

Tints of Harlequin #49ED0F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 72.92%

 BLUE value IS 15 (6.25% from 255) = 4.62%

R = 22.46%
G = 72.92%
B = 4.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#49ED0F (or 0x49ED0F) is known color: Harlequin. HEX triplet: 49, ED and 0F. RGB value is (73,237,15). Sum of RGB (Red+Green+Blue) = 73+237+15=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 237 (92.97% from 255 or 72.92% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49ED0F is #B612F0. Grayscale: #A3A3A3. Windows color (decimal): -11932401 or 1043785. OLE color: 1043785.

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

Color convert

RGB 73 237 15 -
CMYK 0.69 0 0.94 0.07
HSL 104.32º 0.88% 0.49% -
HSV(B) 104.32º 0.94% 0.93% -
XYZ 33.12 62.02 10.68 -
YUV 162.66 44.67 64.05 -
System Red Green Blue C M Y K H S L
Decimal 73 237 15 0.69 0 0.94 0.07 104.32 0.88 0.49
Hex 49 ED F 45 0 5E 7 68 58 31
Octal 111 355 17 105 0 136 7 150 130 61
Binary 1001001 11101101 1111 1000101 0 1011110 111 1101000 1011000 110001

Color Harmonies of #49ED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ED0F

Black with #49ED0F

Text Example


Text Example

White with #49ED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,237,15); }

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

background-color css

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

 a { background-color: rgb(73,237,15); }

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

border-color css

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

 span { border-color: rgb(73,237,15); }

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