#74E4B9

Color #74E4B9 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #74E4B9

Tints of Downy #74E4B9

Color information

#74E4B9 (or 0x74E4B9) is unknown color: approx Downy. HEX triplet: 74, E4 and B9. RGB value is (116,228,185). Sum of RGB (Red+Green+Blue) = 116+228+185=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #74E4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E4B9 is #8B1B46. Grayscale: #BDBDBD. Windows color (decimal): -9116487 or 12182644. OLE color: 12182644.

HSL color Cylindrical-coordinate representation of color #74E4B9: hue angle of 156.96º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E4B9 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB116228185-
CMYK0.4900.190.11
HSL156.96º67.47%67.45%-
HSV(B)156.96º49.12%89.41%-
XYZ43.762.755.7-
YUV189.61125.3975.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.93%
GREEN value IS 228 (89.45% from 255) = 43.10%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=21.93%
G=43.10%
B=34.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162281850.4900.190.11156.9667.4767.45
Hex74E4B931013B9d4343
Octal1643442716102313235103103
Binary1110100111001001011100111000101001110111001110110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74E4B9; }

 p { color: rgb(116,228,185); }

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

<style>
 a { background-color: #74E4B9; }

 a { background-color: rgb(116,228,185); }

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

<style>
 span { border-color: #74E4B9; }

 span { border-color: rgb(116,228,185); }

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