#DDEB71

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

Shades of Mindaro #DDEB71

Tints of Mindaro #DDEB71

Color information

#DDEB71 (or 0xDDEB71) is unknown color: approx Mindaro. HEX triplet: DD, EB and 71. RGB value is (221,235,113). Sum of RGB (Red+Green+Blue) = 221+235+113=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEB71 is #22148E. Grayscale: #D9D9D9. Windows color (decimal): -2233487 or 7465949. OLE color: 7465949.

HSL color Cylindrical-coordinate representation of color #DDEB71: hue angle of 66.89º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDEB71 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB221235113-
CMYK0.0600.520.08
HSL66.89º75.31%68.24%-
HSV(B)66.89º51.91%92.16%-
XYZ62.5175.9826.99-
YUV216.9169.36130.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 113 (44.53% from 255) = 19.86%
R=38.84%
G=41.30%
B=19.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351130.0600.520.0866.8975.3168.24
HexDDEB7160348434b44
Octal335353161606410103113104
Binary1101110111101011111000111001101001000100001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEB71; }

 p { color: rgb(221,235,113); }

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

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

 a { background-color: rgb(221,235,113); }

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

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

 span { border-color: rgb(221,235,113); }

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