#D6E95D

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

Shades of Mindaro #D6E95D

Tints of Mindaro #D6E95D

Color information

#D6E95D (or 0xD6E95D) is unknown color: approx Mindaro. HEX triplet: D6, E9 and 5D. RGB value is (214,233,93). Sum of RGB (Red+Green+Blue) = 214+233+93=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E95D is #2916A2. Grayscale: #D3D3D3. Windows color (decimal): -2692771 or 6154710. OLE color: 6154710.

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

Color convert

RGB21423393-
CMYK0.0800.600.09
HSL68.14º76.09%63.92%-
HSV(B)68.14º60.09%91.37%-
XYZ58.8573.3621.42-
YUV211.3661.21129.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 233 (91.41% from 255) = 43.15%
BLUE value IS 93 (36.72% from 255) = 17.22%
R=39.63%
G=43.15%
B=17.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal214233930.0800.600.0968.1476.0963.92
HexD6E95D803C9444c40
Octal3263511351007411104114100
Binary11010110111010011011101100001111001001100010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E95D; }

 p { color: rgb(214,233,93); }

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

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

 a { background-color: rgb(214,233,93); }

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

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

 span { border-color: rgb(214,233,93); }

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