#DDEE65

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

Shades of Mindaro #DDEE65

Tints of Mindaro #DDEE65

Color information

#DDEE65 (or 0xDDEE65) is unknown color: approx Mindaro. HEX triplet: DD, EE and 65. RGB value is (221,238,101). Sum of RGB (Red+Green+Blue) = 221+238+101=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE65 is #22119A. Grayscale: #D9D9D9. Windows color (decimal): -2232731 or 6680285. OLE color: 6680285.

HSL color Cylindrical-coordinate representation of color #DDEE65: hue angle of 67.45º degrees, saturation: 0.8, 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 #DDEE65 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB221238101-
CMYK0.0700.580.07
HSL67.45º80.12%66.47%-
HSV(B)67.45º57.56%93.33%-
XYZ62.7477.4623.96-
YUV217.362.37130.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 238 (93.36% from 255) = 42.5%
BLUE value IS 101 (39.84% from 255) = 18.04%
R=39.46%
G=42.5%
B=18.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381010.0700.580.0767.4580.1266.47
HexDDEE65703A7435042
Octal33535614570727103120102
Binary110111011110111011001011110111010111100001110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE65; }

 p { color: rgb(221,238,101); }

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

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

 a { background-color: rgb(221,238,101); }

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

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

 span { border-color: rgb(221,238,101); }

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