#DAE782

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

Shades of Mindaro #DAE782

Tints of Mindaro #DAE782

Color information

#DAE782 (or 0xDAE782) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 82. RGB value is (218,231,130). Sum of RGB (Red+Green+Blue) = 218+231+130=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE782 is #25187D. Grayscale: #D7D7D7. Windows color (decimal): -2431102 or 8579034. OLE color: 8579034.

HSL color Cylindrical-coordinate representation of color #DAE782: hue angle of 67.72º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAE782 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB218231130-
CMYK0.0600.440.09
HSL67.72º67.79%70.78%-
HSV(B)67.72º43.72%90.59%-
XYZ61.5273.6732.1-
YUV215.679.69129.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 231 (90.62% from 255) = 39.90%
BLUE value IS 130 (51.17% from 255) = 22.45%
R=37.65%
G=39.90%
B=22.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311300.0600.440.0967.7267.7970.78
HexDAE782602C9444447
Octal332347202605411104104107
Binary11011010111001111000001011001011001001100010010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE782; }

 p { color: rgb(218,231,130); }

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

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

 a { background-color: rgb(218,231,130); }

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

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

 span { border-color: rgb(218,231,130); }

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