#D7E95D

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

Shades of Mindaro #D7E95D

Tints of Mindaro #D7E95D

Color information

#D7E95D (or 0xD7E95D) is unknown color: approx Mindaro. HEX triplet: D7, E9 and 5D. RGB value is (215,233,93). Sum of RGB (Red+Green+Blue) = 215+233+93=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E95D is #2816A2. Grayscale: #D4D4D4. Windows color (decimal): -2627235 or 6154711. OLE color: 6154711.

HSL color Cylindrical-coordinate representation of color #D7E95D: hue angle of 67.71º 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 #D7E95D is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB21523393-
CMYK0.0800.600.09
HSL67.71º76.09%63.92%-
HSV(B)67.71º60.09%91.37%-
XYZ59.1473.5221.43-
YUV211.6661.04130.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 233 (91.41% from 255) = 43.07%
BLUE value IS 93 (36.72% from 255) = 17.19%
R=39.74%
G=43.07%
B=17.19%

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
Decimal215233930.0800.600.0967.7176.0963.92
HexD7E95D803C9444c40
Octal3273511351007411104114100
Binary11010111111010011011101100001111001001100010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E95D; }

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

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

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

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

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

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

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

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