#dae558

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

Shades of Manz #DAE558

Tints of Manz #DAE558

Color information

#DAE558 (or 0xDAE558) is unknown color: approx Manz. HEX triplet: DA, E5 and 58. RGB value is (218,229,88). Sum of RGB (Red+Green+Blue) = 218+229+88=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE558 is #251AA7. Grayscale: #D2D2D2. Windows color (decimal): -2431656 or 5826010. OLE color: 5826010.

HSL color Cylindrical-coordinate representation of color #DAE558: hue angle of 64.68º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAE558 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB21822988-
CMYK0.0500.620.10
HSL64.68º73.06%62.16%-
HSV(B)64.68º61.57%89.8%-
XYZ58.6971.6519.97-
YUV209.6459.36133.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 229 (89.84% from 255) = 42.80%
BLUE value IS 88 (34.77% from 255) = 16.45%
R=40.75%
G=42.80%
B=16.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal218229880.0500.620.1064.6873.0662.16
HexDAE558503EA41493e
Octal33234513050761210111176
Binary110110101110010110110001010111110101010000011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dae558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dae558; }

 p { color: rgb(218,229,88); }

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

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

 a { background-color: rgb(218,229,88); }

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

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

 span { border-color: rgb(218,229,88); }

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