#DAEE5D

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

Shades of Mindaro #DAEE5D

Tints of Mindaro #DAEE5D

Color information

#DAEE5D (or 0xDAEE5D) is unknown color: approx Mindaro. HEX triplet: DA, EE and 5D. RGB value is (218,238,93). Sum of RGB (Red+Green+Blue) = 218+238+93=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEE5D is #2511A2. Grayscale: #D8D8D8. Windows color (decimal): -2429347 or 6155994. OLE color: 6155994.

HSL color Cylindrical-coordinate representation of color #DAEE5D: hue angle of 68.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAEE5D is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB21823893-
CMYK0.0800.610.07
HSL68.28º81.01%64.9%-
HSV(B)68.28º60.92%93.33%-
XYZ61.4676.8421.95-
YUV215.4958.87129.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 238 (93.36% from 255) = 43.35%
BLUE value IS 93 (36.72% from 255) = 16.94%
R=39.71%
G=43.35%
B=16.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218238930.0800.610.0768.2881.0164.9
HexDAEE5D803D7445141
Octal332356135100757104121101
Binary1101101011101110101110110000111101111100010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEE5D; }

 p { color: rgb(218,238,93); }

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

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

 a { background-color: rgb(218,238,93); }

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

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

 span { border-color: rgb(218,238,93); }

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