#DEED71

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

Shades of Mindaro #DEED71

Tints of Mindaro #DEED71

Color information

#DEED71 (or 0xDEED71) is unknown color: approx Mindaro. HEX triplet: DE, ED and 71. RGB value is (222,237,113). Sum of RGB (Red+Green+Blue) = 222+237+113=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEED71 is #21128E. Grayscale: #DADADA. Windows color (decimal): -2167439 or 7466462. OLE color: 7466462.

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

Color convert

RGB222237113-
CMYK0.0600.520.07
HSL67.26º77.5%68.63%-
HSV(B)67.26º52.32%92.94%-
XYZ63.3977.2927.2-
YUV218.3868.53130.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 113 (44.53% from 255) = 19.76%
R=38.81%
G=41.43%
B=19.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222371130.0600.520.0767.2677.568.63
HexDEED7160347434e45
Octal33635516160647103116105
Binary110111101110110111100011100110100111100001110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEED71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEED71; }

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

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

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

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

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

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

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

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