#D5E681

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

Shades of Mindaro #D5E681

Tints of Mindaro #D5E681

Color information

#D5E681 (or 0xD5E681) is unknown color: approx Mindaro. HEX triplet: D5, E6 and 81. RGB value is (213,230,129). Sum of RGB (Red+Green+Blue) = 213+230+129=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E681 is #2A197E. Grayscale: #D5D5D5. Windows color (decimal): -2759039 or 8513237. OLE color: 8513237.

HSL color Cylindrical-coordinate representation of color #D5E681: hue angle of 70.1º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5E681 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB213230129-
CMYK0.0700.440.10
HSL70.1º66.89%70.39%-
HSV(B)70.1º43.91%90.2%-
XYZ59.772.3231.58-
YUV213.480.37127.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 230 (90.23% from 255) = 40.21%
BLUE value IS 129 (50.78% from 255) = 22.55%
R=37.24%
G=40.21%
B=22.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2132301290.0700.440.1070.166.8970.39
HexD5E681702CA464346
Octal325346201705412106103106
Binary11010101111001101000000111101011001010100011010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E681; }

 p { color: rgb(213,230,129); }

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

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

 a { background-color: rgb(213,230,129); }

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

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

 span { border-color: rgb(213,230,129); }

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