#DEE769

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

Shades of Mindaro #DEE769

Tints of Mindaro #DEE769

Color information

#DEE769 (or 0xDEE769) is unknown color: approx Mindaro. HEX triplet: DE, E7 and 69. RGB value is (222,231,105). Sum of RGB (Red+Green+Blue) = 222+231+105=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE769 is #211896. Grayscale: #D6D6D6. Windows color (decimal): -2168983 or 6940638. OLE color: 6940638.

HSL color Cylindrical-coordinate representation of color #DEE769: hue angle of 64.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEE769 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB222231105-
CMYK0.0400.550.09
HSL64.29º72.41%65.88%-
HSV(B)64.29º54.55%90.59%-
XYZ61.2573.724.36-
YUV213.9466.52133.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 231 (90.62% from 255) = 41.40%
BLUE value IS 105 (41.41% from 255) = 18.82%
R=39.78%
G=41.40%
B=18.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222311050.0400.550.0964.2972.4165.88
HexDEE76940379404842
Octal336347151406711100110102
Binary1101111011100111110100110001101111001100000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE769; }

 p { color: rgb(222,231,105); }

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

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

 a { background-color: rgb(222,231,105); }

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

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

 span { border-color: rgb(222,231,105); }

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