Html Css Color HEX #44D970 Emerald

📋 copy color: '#44D970'

red 68 ◦ green 217 ◦ blue 112

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

Shades of Emerald #44D970

Tints of Emerald #44D970

RGB

 RED value IS 68 (26.95% from 255) = 17.13%

 GREEN value IS 217 (85.16% from 255) = 54.66%

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 17.13%
G = 54.66%
B = 28.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#44D970 (or 0x44D970) is known color: Emerald. HEX triplet: 44, D9 and 70. RGB value is (68,217,112). Sum of RGB (Red+Green+Blue) = 68+217+112=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #44D970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D970 is #BB268F. Grayscale: #A0A0A0. Windows color (decimal): -12265104 or 7395652. OLE color: 7395652.

HSL color Cylindrical-coordinate representation of color #44D970: hue angle of 137.72º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D970 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 217 112 -
CMYK 0.69 0 0.48 0.15
HSL 137.72º 0.66% 0.56% -
HSV(B) 137.72º 0.69% 0.85% -
XYZ 30.12 52.02 23.78 -
YUV 160.48 100.64 62.04 -
System Red Green Blue C M Y K H S L
Decimal 68 217 112 0.69 0 0.48 0.15 137.72 0.66 0.56
Hex 44 D9 70 45 0 30 F 8A 42 38
Octal 104 331 160 105 0 60 17 212 102 70
Binary 1000100 11011001 1110000 1000101 0 110000 1111 10001010 1000010 111000

Color Harmonies of #44D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D970

Black with #44D970

Text Example


Text Example

White with #44D970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44D970; }

 p { color: rgb(68,217,112); }

 H1.HeaderClassName
 {
   color: #44D970;
 }
 .AnyTagClassName
 {
   color: #44D970;
 }
</style>

background-color css

<style>
 a { background-color: #44D970; }

 a { background-color: rgb(68,217,112); }

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

border-color css

<style>
 span { border-color: #44D970; }

 span { border-color: rgb(68,217,112); }

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