#DEE473

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

Shades of Mindaro #DEE473

Tints of Mindaro #DEE473

Color information

#DEE473 (or 0xDEE473) is unknown color: approx Mindaro. HEX triplet: DE, E4 and 73. RGB value is (222,228,115). Sum of RGB (Red+Green+Blue) = 222+228+115=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE473 is #211B8C. Grayscale: #D5D5D5. Windows color (decimal): -2169741 or 7595230. OLE color: 7595230.

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

Color convert

RGB222228115-
CMYK0.0300.500.11
HSL63.19º67.66%67.25%-
HSV(B)63.19º49.56%89.41%-
XYZ60.9672.2526.95-
YUV213.3272.51134.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.29%
GREEN value IS 228 (89.45% from 255) = 40.35%
BLUE value IS 115 (45.31% from 255) = 20.35%
R=39.29%
G=40.35%
B=20.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281150.0300.500.1163.1967.6667.25
HexDEE4733032B3f4443
Octal33634416330621377104103
Binary11011110111001001110011110110010101111111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE473; }

 p { color: rgb(222,228,115); }

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

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

 a { background-color: rgb(222,228,115); }

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

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

 span { border-color: rgb(222,228,115); }

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