#DAE784

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

Shades of Mindaro #DAE784

Tints of Mindaro #DAE784

Color information

#DAE784 (or 0xDAE784) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 84. RGB value is (218,231,132). Sum of RGB (Red+Green+Blue) = 218+231+132=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE784 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE784 is #25187B. Grayscale: #D8D8D8. Windows color (decimal): -2431100 or 8710106. OLE color: 8710106.

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

Color convert

RGB218231132-
CMYK0.0600.430.09
HSL67.88º67.35%71.18%-
HSV(B)67.88º42.86%90.59%-
XYZ61.6573.7232.81-
YUV215.8380.69129.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 231 (90.62% from 255) = 39.76%
BLUE value IS 132 (51.95% from 255) = 22.72%
R=37.52%
G=39.76%
B=22.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311320.0600.430.0967.8867.3571.18
HexDAE784602B9444347
Octal332347204605311104103107
Binary11011010111001111000010011001010111001100010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE784; }

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

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

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

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

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

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

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

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