#D3E973

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

Shades of Mindaro #D3E973

Tints of Mindaro #D3E973

Color information

#D3E973 (or 0xD3E973) is unknown color: approx Mindaro. HEX triplet: D3, E9 and 73. RGB value is (211,233,115). Sum of RGB (Red+Green+Blue) = 211+233+115=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E973 is #2C168C. Grayscale: #D5D5D5. Windows color (decimal): -2889357 or 7596499. OLE color: 7596499.

HSL color Cylindrical-coordinate representation of color #D3E973: hue angle of 71.19º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3E973 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB211233115-
CMYK0.0900.510.09
HSL71.19º72.84%68.24%-
HSV(B)71.19º50.64%91.37%-
XYZ59.173.3627.27-
YUV212.9772.71126.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.75%
GREEN value IS 233 (91.41% from 255) = 41.68%
BLUE value IS 115 (45.31% from 255) = 20.57%
R=37.75%
G=41.68%
B=20.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112331150.0900.510.0971.1972.8468.24
HexD3E97390339474944
Octal3233511631106311107111104
Binary11010011111010011110011100101100111001100011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E973; }

 p { color: rgb(211,233,115); }

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

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

 a { background-color: rgb(211,233,115); }

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

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

 span { border-color: rgb(211,233,115); }

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