#D9EB72

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

Shades of Mindaro #D9EB72

Tints of Mindaro #D9EB72

Color information

#D9EB72 (or 0xD9EB72) is unknown color: approx Mindaro. HEX triplet: D9, EB and 72. RGB value is (217,235,114). Sum of RGB (Red+Green+Blue) = 217+235+114=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EB72 is #26148D. Grayscale: #D8D8D8. Windows color (decimal): -2495630 or 7531481. OLE color: 7531481.

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

Color convert

RGB217235114-
CMYK0.0800.510.08
HSL68.93º75.16%68.43%-
HSV(B)68.93º51.49%92.16%-
XYZ61.3675.3827.24-
YUV215.8270.54128.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 114 (44.92% from 255) = 20.14%
R=38.34%
G=41.52%
B=20.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351140.0800.510.0868.9375.1668.43
HexD9EB7280338454b44
Octal3313531621006310105113104
Binary11011001111010111110010100001100111000100010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EB72; }

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

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

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

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

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

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

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

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