#D9E364

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

Shades of Mindaro #D9E364

Tints of Mindaro #D9E364

Color information

#D9E364 (or 0xD9E364) is unknown color: approx Mindaro. HEX triplet: D9, E3 and 64. RGB value is (217,227,100). Sum of RGB (Red+Green+Blue) = 217+227+100=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E364 is #261C9B. Grayscale: #D2D2D2. Windows color (decimal): -2497692 or 6611929. OLE color: 6611929.

HSL color Cylindrical-coordinate representation of color #D9E364: hue angle of 64.72º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9E364 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB217227100-
CMYK0.0400.560.11
HSL64.72º69.4%64.12%-
HSV(B)64.72º55.95%89.02%-
XYZ58.3870.6122.61-
YUV209.5366.19133.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 227 (89.06% from 255) = 41.73%
BLUE value IS 100 (39.45% from 255) = 18.38%
R=39.89%
G=41.73%
B=18.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172271000.0400.560.1164.7269.464.12
HexD9E3644038B414540
Octal331343144407013101105100
Binary1101100111100011110010010001110001011100000110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E364; }

 p { color: rgb(217,227,100); }

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

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

 a { background-color: rgb(217,227,100); }

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

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

 span { border-color: rgb(217,227,100); }

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