Html Css Color HEX #49DD05 Harlequin

📋 copy color: '#49DD05'

red 73 ◦ green 221 ◦ blue 5

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

Shades of Harlequin #49DD05

Tints of Harlequin #49DD05

RGB

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

 GREEN value IS 221 (86.72% from 255) = 73.91%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 24.41%
G = 73.91%
B = 1.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#49DD05 (or 0x49DD05) is known color: Harlequin. HEX triplet: 49, DD and 05. RGB value is (73,221,5). Sum of RGB (Red+Green+Blue) = 73+221+5=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 221 (86.72% from 255 or 73.91% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DD05 is #B622FA. Grayscale: #989898. Windows color (decimal): -11936507 or 384329. OLE color: 384329.

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

Color convert

RGB 73 221 5 -
CMYK 0.67 0 0.98 0.13
HSL 101.11º 0.96% 0.44% -
HSV(B) 101.11º 0.98% 0.87% -
XYZ 28.63 53.14 8.89 -
YUV 152.12 44.97 71.56 -
System Red Green Blue C M Y K H S L
Decimal 73 221 5 0.67 0 0.98 0.13 101.11 0.96 0.44
Hex 49 DD 5 43 0 62 D 65 60 2C
Octal 111 335 5 103 0 142 15 145 140 54
Binary 1001001 11011101 101 1000011 0 1100010 1101 1100101 1100000 101100

Color Harmonies of #49DD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DD05

Black with #49DD05

Text Example


Text Example

White with #49DD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,221,5); }

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

background-color css

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

 a { background-color: rgb(73,221,5); }

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

border-color css

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

 span { border-color: rgb(73,221,5); }

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