Html Css Color HEX #44D85F Emerald

📋 copy color: '#44D85F'

red 68 ◦ green 216 ◦ blue 95

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

Shades of Emerald #44D85F

Tints of Emerald #44D85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.99%

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 17.94%
G = 56.99%
B = 25.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#44D85F (or 0x44D85F) is known color: Emerald. HEX triplet: 44, D8 and 5F. RGB value is (68,216,95). Sum of RGB (Red+Green+Blue) = 68+216+95=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #44D85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D85F is #BB27A0. Grayscale: #9E9E9E. Windows color (decimal): -12265377 or 6281284. OLE color: 6281284.

HSL color Cylindrical-coordinate representation of color #44D85F: hue angle of 130.95º degrees, saturation: 0.65, 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 #44D85F is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 216 95 -
CMYK 0.69 0 0.56 0.15
HSL 130.95º 0.65% 0.56% -
HSV(B) 130.95º 0.69% 0.85% -
XYZ 29.01 51.17 19.17 -
YUV 157.95 92.47 63.84 -
System Red Green Blue C M Y K H S L
Decimal 68 216 95 0.69 0 0.56 0.15 130.95 0.65 0.56
Hex 44 D8 5F 45 0 38 F 83 41 38
Octal 104 330 137 105 0 70 17 203 101 70
Binary 1000100 11011000 1011111 1000101 0 111000 1111 10000011 1000001 111000

Color Harmonies of #44D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D85F

Black with #44D85F

Text Example


Text Example

White with #44D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,216,95); }

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

background-color css

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

 a { background-color: rgb(68,216,95); }

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

border-color css

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

 span { border-color: rgb(68,216,95); }

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