#D3E167

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

Shades of Mindaro #D3E167

Tints of Mindaro #D3E167

Color information

#D3E167 (or 0xD3E167) is unknown color: approx Mindaro. HEX triplet: D3, E1 and 67. RGB value is (211,225,103). Sum of RGB (Red+Green+Blue) = 211+225+103=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E167 is #2C1E98. Grayscale: #CFCFCF. Windows color (decimal): -2891417 or 6808019. OLE color: 6808019.

HSL color Cylindrical-coordinate representation of color #D3E167: hue angle of 66.89º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3E167 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB211225103-
CMYK0.0600.540.12
HSL66.89º67.03%64.31%-
HSV(B)66.89º54.22%88.24%-
XYZ56.2468.6823.12-
YUV206.9169.36130.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.15%
GREEN value IS 225 (88.28% from 255) = 41.74%
BLUE value IS 103 (40.62% from 255) = 19.11%
R=39.15%
G=41.74%
B=19.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112251030.0600.540.1266.8967.0364.31
HexD3E1676036C434340
Octal323341147606614103103100
Binary1101001111100001110011111001101101100100001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E167; }

 p { color: rgb(211,225,103); }

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

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

 a { background-color: rgb(211,225,103); }

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

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

 span { border-color: rgb(211,225,103); }

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