#74E4B4

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

Shades of Downy #74E4B4

Tints of Downy #74E4B4

Color information

#74E4B4 (or 0x74E4B4) is unknown color: approx Downy. HEX triplet: 74, E4 and B4. RGB value is (116,228,180). Sum of RGB (Red+Green+Blue) = 116+228+180=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #74E4B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E4B4 is #8B1B4B. Grayscale: #BDBDBD. Windows color (decimal): -9116492 or 11854964. OLE color: 11854964.

HSL color Cylindrical-coordinate representation of color #74E4B4: hue angle of 154.29º 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 #74E4B4 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB116228180-
CMYK0.4900.210.11
HSL154.29º67.47%67.45%-
HSV(B)154.29º49.12%89.41%-
XYZ43.1862.552.97-
YUV189.04122.8975.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.14%
GREEN value IS 228 (89.45% from 255) = 43.51%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=22.14%
G=43.51%
B=34.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162281800.4900.210.11154.2967.4767.45
Hex74E4B431015B9a4343
Octal1643442646102513232103103
Binary1110100111001001011010011000101010110111001101010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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