#d3e860

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

Shades of Mindaro #D3E860

Tints of Mindaro #D3E860

Color information

#D3E860 (or 0xD3E860) is unknown color: approx Mindaro. HEX triplet: D3, E8 and 60. RGB value is (211,232,96). Sum of RGB (Red+Green+Blue) = 211+232+96=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E860 is #2C179F. Grayscale: #D2D2D2. Windows color (decimal): -2889632 or 6351059. OLE color: 6351059.

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

Color convert

RGB21123296-
CMYK0.0900.590.09
HSL69.26º74.73%64.31%-
HSV(B)69.26º58.62%90.98%-
XYZ57.8372.4121.99-
YUV210.2263.54128.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.15%
GREEN value IS 232 (91.02% from 255) = 43.04%
BLUE value IS 96 (37.89% from 255) = 17.81%
R=39.15%
G=43.04%
B=17.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211232960.0900.590.0969.2674.7364.31
HexD3E860903B9454b40
Octal3233501401107311105113100
Binary11010011111010001100000100101110111001100010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3e860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3e860; }

 p { color: rgb(211,232,96); }

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

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

 a { background-color: rgb(211,232,96); }

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

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

 span { border-color: rgb(211,232,96); }

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