#D9EB84

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

Shades of Mindaro #D9EB84

Tints of Mindaro #D9EB84

Color information

#D9EB84 (or 0xD9EB84) is unknown color: approx Mindaro. HEX triplet: D9, EB and 84. RGB value is (217,235,132). Sum of RGB (Red+Green+Blue) = 217+235+132=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EB84 is #26147B. Grayscale: #DADADA. Windows color (decimal): -2495612 or 8711129. OLE color: 8711129.

HSL color Cylindrical-coordinate representation of color #D9EB84: hue angle of 70.49º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9EB84 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB217235132-
CMYK0.0800.440.08
HSL70.49º72.03%71.96%-
HSV(B)70.49º43.83%92.16%-
XYZ62.4975.8333.17-
YUV217.8879.54127.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 235 (92.19% from 255) = 40.24%
BLUE value IS 132 (51.95% from 255) = 22.60%
R=37.16%
G=40.24%
B=22.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351320.0800.440.0870.4972.0371.96
HexD9EB84802C8464848
Octal3313532041005410106110110
Binary110110011110101110000100100001011001000100011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EB84; }

 p { color: rgb(217,235,132); }

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

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

 a { background-color: rgb(217,235,132); }

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

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

 span { border-color: rgb(217,235,132); }

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