#DEED64

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

Shades of Mindaro #DEED64

Tints of Mindaro #DEED64

Color information

#DEED64 (or 0xDEED64) is unknown color: approx Mindaro. HEX triplet: DE, ED and 64. RGB value is (222,237,100). Sum of RGB (Red+Green+Blue) = 222+237+100=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEED64 is #21129B. Grayscale: #D9D9D9. Windows color (decimal): -2167452 or 6614494. OLE color: 6614494.

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

Color convert

RGB222237100-
CMYK0.0600.580.07
HSL66.57º79.19%66.08%-
HSV(B)66.57º57.81%92.94%-
XYZ62.7177.0223.62-
YUV216.962.03131.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 100 (39.45% from 255) = 17.89%
R=39.71%
G=42.40%
B=17.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222371000.0600.580.0766.5779.1966.08
HexDEED64603A7434f42
Octal33635514460727103117102
Binary110111101110110111001001100111010111100001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEED64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEED64; }

 p { color: rgb(222,237,100); }

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

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

 a { background-color: rgb(222,237,100); }

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

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

 span { border-color: rgb(222,237,100); }

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