Html Css Color HEX #44CA74 Emerald

📋 copy color: '#44CA74'

red 68 ◦ green 202 ◦ blue 116

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

Shades of Emerald #44CA74

Tints of Emerald #44CA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.33%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 17.62%
G = 52.33%
B = 30.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#44CA74 (or 0x44CA74) is known color: Emerald. HEX triplet: 44, CA and 74. RGB value is (68,202,116). Sum of RGB (Red+Green+Blue) = 68+202+116=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA74 is #BB358B. Grayscale: #989898. Windows color (decimal): -12268940 or 7653956. OLE color: 7653956.

HSL color Cylindrical-coordinate representation of color #44CA74: hue angle of 141.49º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44CA74 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 202 116 -
CMYK 0.66 0 0.43 0.21
HSL 141.49º 0.56% 0.53% -
HSV(B) 141.49º 0.66% 0.79% -
XYZ 26.66 44.73 23.75 -
YUV 152.13 107.61 67.99 -
System Red Green Blue C M Y K H S L
Decimal 68 202 116 0.66 0 0.43 0.21 141.49 0.56 0.53
Hex 44 CA 74 42 0 2B 15 8D 38 35
Octal 104 312 164 102 0 53 25 215 70 65
Binary 1000100 11001010 1110100 1000010 0 101011 10101 10001101 111000 110101

Color Harmonies of #44CA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CA74

Black with #44CA74

Text Example


Text Example

White with #44CA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,202,116); }

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

background-color css

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

 a { background-color: rgb(68,202,116); }

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

border-color css

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

 span { border-color: rgb(68,202,116); }

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