#D3E675

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

Shades of Mindaro #D3E675

Tints of Mindaro #D3E675

Color information

#D3E675 (or 0xD3E675) is unknown color: approx Mindaro. HEX triplet: D3, E6 and 75. RGB value is (211,230,117). Sum of RGB (Red+Green+Blue) = 211+230+117=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E675 is #2C198A. Grayscale: #D3D3D3. Windows color (decimal): -2890123 or 7726803. OLE color: 7726803.

HSL color Cylindrical-coordinate representation of color #D3E675: hue angle of 70.09º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3E675 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB211230117-
CMYK0.0800.490.10
HSL70.09º69.33%68.04%-
HSV(B)70.09º49.13%90.2%-
XYZ58.3771.7327.6-
YUV211.4474.71127.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 230 (90.23% from 255) = 41.22%
BLUE value IS 117 (46.09% from 255) = 20.97%
R=37.81%
G=41.22%
B=20.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2112301170.0800.490.1070.0969.3368.04
HexD3E6758031A464544
Octal3233461651006112106105104
Binary11010011111001101110101100001100011010100011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E675; }

 p { color: rgb(211,230,117); }

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

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

 a { background-color: rgb(211,230,117); }

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

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

 span { border-color: rgb(211,230,117); }

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