#DEE674

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

Shades of Mindaro #DEE674

Tints of Mindaro #DEE674

Color information

#DEE674 (or 0xDEE674) is unknown color: approx Mindaro. HEX triplet: DE, E6 and 74. RGB value is (222,230,116). Sum of RGB (Red+Green+Blue) = 222+230+116=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE674 is #21198B. Grayscale: #D7D7D7. Windows color (decimal): -2169228 or 7661278. OLE color: 7661278.

HSL color Cylindrical-coordinate representation of color #DEE674: hue angle of 64.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEE674 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB222230116-
CMYK0.0300.500.10
HSL64.21º69.51%67.84%-
HSV(B)64.21º49.57%90.2%-
XYZ61.5773.3827.44-
YUV214.6172.35133.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 230 (90.23% from 255) = 40.49%
BLUE value IS 116 (45.70% from 255) = 20.42%
R=39.08%
G=40.49%
B=20.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301160.0300.500.1064.2169.5167.84
HexDEE6743032A404644
Octal336346164306212100106104
Binary110111101110011011101001101100101010100000010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE674; }

 p { color: rgb(222,230,116); }

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

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

 a { background-color: rgb(222,230,116); }

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

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

 span { border-color: rgb(222,230,116); }

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