#DEEC73

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

Shades of Mindaro #DEEC73

Tints of Mindaro #DEEC73

Color information

#DEEC73 (or 0xDEEC73) is unknown color: approx Mindaro. HEX triplet: DE, EC and 73. RGB value is (222,236,115). Sum of RGB (Red+Green+Blue) = 222+236+115=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEC73 is #21138C. Grayscale: #DADADA. Windows color (decimal): -2167693 or 7597278. OLE color: 7597278.

HSL color Cylindrical-coordinate representation of color #DEEC73: hue angle of 66.94º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEEC73 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB222236115-
CMYK0.0600.510.07
HSL66.94º76.1%68.82%-
HSV(B)66.94º51.27%92.55%-
XYZ63.2176.7627.7-
YUV218.0269.86130.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 115 (45.31% from 255) = 20.07%
R=38.74%
G=41.19%
B=20.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222361150.0600.510.0766.9476.168.82
HexDEEC7360337434c45
Octal33635416360637103114105
Binary110111101110110011100111100110011111100001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEC73; }

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

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

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

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

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

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

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

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