#D3ED69

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

Shades of Mindaro #D3ED69

Tints of Mindaro #D3ED69

Color information

#D3ED69 (or 0xD3ED69) is unknown color: approx Mindaro. HEX triplet: D3, ED and 69. RGB value is (211,237,105). Sum of RGB (Red+Green+Blue) = 211+237+105=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3ED69 is #2C1296. Grayscale: #D6D6D6. Windows color (decimal): -2888343 or 6942163. OLE color: 6942163.

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

Color convert

RGB211237105-
CMYK0.1100.560.07
HSL71.82º78.57%67.06%-
HSV(B)71.82º55.7%92.94%-
XYZ59.775.4424.78-
YUV214.1866.39125.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.16%
GREEN value IS 237 (92.97% from 255) = 42.86%
BLUE value IS 105 (41.41% from 255) = 18.99%
R=38.16%
G=42.86%
B=18.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112371050.1100.560.0771.8278.5767.06
HexD3ED69B0387484f43
Octal323355151130707110117103
Binary1101001111101101110100110110111000111100100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ED69; }

 p { color: rgb(211,237,105); }

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

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

 a { background-color: rgb(211,237,105); }

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

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

 span { border-color: rgb(211,237,105); }

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