Html Css Color HEX #49DE07 Harlequin

📋 copy color: '#49DE07'

red 73 ◦ green 222 ◦ blue 7

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

Shades of Harlequin #49DE07

Tints of Harlequin #49DE07

RGB

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

 GREEN value IS 222 (87.11% from 255) = 73.51%

 BLUE value IS 7 (3.13% from 255) = 2.32%

R = 24.17%
G = 73.51%
B = 2.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#49DE07 (or 0x49DE07) is known color: Harlequin. HEX triplet: 49, DE and 07. RGB value is (73,222,7). Sum of RGB (Red+Green+Blue) = 73+222+7=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DE07 is #B621F8. Grayscale: #999999. Windows color (decimal): -11936249 or 515657. OLE color: 515657.

HSL color Cylindrical-coordinate representation of color #49DE07: hue angle of 101.58º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49DE07 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 222 7 -
CMYK 0.67 0 0.97 0.13
HSL 101.58º 0.94% 0.45% -
HSV(B) 101.58º 0.97% 0.87% -
XYZ 28.91 53.67 9.04 -
YUV 152.94 45.64 70.98 -
System Red Green Blue C M Y K H S L
Decimal 73 222 7 0.67 0 0.97 0.13 101.58 0.94 0.45
Hex 49 DE 7 43 0 61 D 66 5E 2D
Octal 111 336 7 103 0 141 15 146 136 55
Binary 1001001 11011110 111 1000011 0 1100001 1101 1100110 1011110 101101

Color Harmonies of #49DE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DE07

Black with #49DE07

Text Example


Text Example

White with #49DE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,222,7); }

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

background-color css

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

 a { background-color: rgb(73,222,7); }

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

border-color css

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

 span { border-color: rgb(73,222,7); }

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