#DAED7E

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

Shades of Mindaro #DAED7E

Tints of Mindaro #DAED7E

Color information

#DAED7E (or 0xDAED7E) is unknown color: approx Mindaro. HEX triplet: DA, ED and 7E. RGB value is (218,237,126). Sum of RGB (Red+Green+Blue) = 218+237+126=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED7E is #251281. Grayscale: #DBDBDB. Windows color (decimal): -2429570 or 8318426. OLE color: 8318426.

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

Color convert

RGB218237126-
CMYK0.0800.470.07
HSL70.27º75.51%71.18%-
HSV(B)70.27º46.84%92.94%-
XYZ62.9676.9831.28-
YUV218.6675.71127.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 237 (92.97% from 255) = 40.79%
BLUE value IS 126 (49.61% from 255) = 21.69%
R=37.52%
G=40.79%
B=21.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371260.0800.470.0770.2775.5171.18
HexDAED7E802F7464c47
Octal332355176100577106114107
Binary1101101011101101111111010000101111111100011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED7E; }

 p { color: rgb(218,237,126); }

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

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

 a { background-color: rgb(218,237,126); }

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

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

 span { border-color: rgb(218,237,126); }

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