#D1E07A

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

Shades of Mindaro #D1E07A

Tints of Mindaro #D1E07A

Color information

#D1E07A (or 0xD1E07A) is unknown color: approx Mindaro. HEX triplet: D1, E0 and 7A. RGB value is (209,224,122). Sum of RGB (Red+Green+Blue) = 209+224+122=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E07A is #2E1F85. Grayscale: #D0D0D0. Windows color (decimal): -3022726 or 8052945. OLE color: 8052945.

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

Color convert

RGB209224122-
CMYK0.0700.460.12
HSL68.82º62.2%67.84%-
HSV(B)68.82º45.54%87.84%-
XYZ56.4668.2728.61-
YUV207.8979.53128.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.66%
GREEN value IS 224 (87.89% from 255) = 40.36%
BLUE value IS 122 (48.05% from 255) = 21.98%
R=37.66%
G=40.36%
B=21.98%

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
Decimal2092241220.0700.460.1268.8262.267.84
HexD1E07A702EC453e44
Octal32134017270561410576104
Binary110100011110000011110101110101110110010001011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E07A; }

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

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

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

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

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

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

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

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