#44CD61

Color #44CD61 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #44CD61

Tints of Emerald #44CD61

Color information

#44CD61 (or 0x44CD61) is unknown color: approx Emerald. HEX triplet: 44, CD and 61. RGB value is (68,205,97). Sum of RGB (Red+Green+Blue) = 68+205+97=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #44CD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CD61 is #BB329E. Grayscale: #989898. Windows color (decimal): -12268191 or 6409540. OLE color: 6409540.

HSL color Cylindrical-coordinate representation of color #44CD61: hue angle of 132.7º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CD61 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB6820597-
CMYK0.6700.530.20
HSL132.7º57.81%53.53%-
HSV(B)132.7º66.83%80.39%-
XYZ26.3745.7518.75-
YUV151.7297.1168.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.38%
GREEN value IS 205 (80.47% from 255) = 55.41%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=18.38%
G=55.41%
B=26.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal68205970.6700.530.20132.757.8153.53
Hex44CD614303514853a36
Octal104315141103065242057266
Binary1000100110011011100001100001101101011010010000101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,205,97); }

 H1.HeaderClassName
 {
   color: #44CD61;
 }
 .AnyTagClassName
 {
   color: #44CD61;
 }
</style>
background-color css

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

 a { background-color: rgb(68,205,97); }

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

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

 span { border-color: rgb(68,205,97); }

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