#D1E078

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

Shades of Mindaro #D1E078

Tints of Mindaro #D1E078

Color information

#D1E078 (or 0xD1E078) is unknown color: approx Mindaro. HEX triplet: D1, E0 and 78. RGB value is (209,224,120). Sum of RGB (Red+Green+Blue) = 209+224+120=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E078 is #2E1F87. Grayscale: #D0D0D0. Windows color (decimal): -3022728 or 7921873. OLE color: 7921873.

HSL color Cylindrical-coordinate representation of color #D1E078: hue angle of 68.65º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1E078 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB209224120-
CMYK0.0700.460.12
HSL68.65º62.65%67.45%-
HSV(B)68.65º46.43%87.84%-
XYZ56.3468.2227.97-
YUV207.6678.53128.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 120 (47.27% from 255) = 21.70%
R=37.79%
G=40.51%
B=21.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092241200.0700.460.1268.6562.6567.45
HexD1E078702EC453f43
Octal32134017070561410577103
Binary110100011110000011110001110101110110010001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E078; }

 p { color: rgb(209,224,120); }

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

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

 a { background-color: rgb(209,224,120); }

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

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

 span { border-color: rgb(209,224,120); }

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