Html Css Color HEX #44C85D Emerald

📋 copy color: '#44C85D'

red 68 ◦ green 200 ◦ blue 93

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

Shades of Emerald #44C85D

Tints of Emerald #44C85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.4%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 18.84%
G = 55.4%
B = 25.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#44C85D (or 0x44C85D) is known color: Emerald. HEX triplet: 44, C8 and 5D. RGB value is (68,200,93). Sum of RGB (Red+Green+Blue) = 68+200+93=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #44C85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C85D is #BB37A2. Grayscale: #949494. Windows color (decimal): -12269475 or 6146116. OLE color: 6146116.

HSL color Cylindrical-coordinate representation of color #44C85D: hue angle of 131.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C85D is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 200 93 -
CMYK 0.66 0 0.54 0.22
HSL 131.36º 0.55% 0.53% -
HSV(B) 131.36º 0.66% 0.78% -
XYZ 25.01 43.33 17.4 -
YUV 148.33 96.77 70.7 -
System Red Green Blue C M Y K H S L
Decimal 68 200 93 0.66 0 0.54 0.22 131.36 0.55 0.53
Hex 44 C8 5D 42 0 36 16 83 37 35
Octal 104 310 135 102 0 66 26 203 67 65
Binary 1000100 11001000 1011101 1000010 0 110110 10110 10000011 110111 110101

Color Harmonies of #44C85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C85D

Black with #44C85D

Text Example


Text Example

White with #44C85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,200,93); }

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

background-color css

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

 a { background-color: rgb(68,200,93); }

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

border-color css

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

 span { border-color: rgb(68,200,93); }

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