#D7E769

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

Shades of Mindaro #D7E769

Tints of Mindaro #D7E769

Color information

#D7E769 (or 0xD7E769) is unknown color: approx Mindaro. HEX triplet: D7, E7 and 69. RGB value is (215,231,105). Sum of RGB (Red+Green+Blue) = 215+231+105=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E769 is #281896. Grayscale: #D4D4D4. Windows color (decimal): -2627735 or 6940631. OLE color: 6940631.

HSL color Cylindrical-coordinate representation of color #D7E769: hue angle of 67.62º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7E769 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB215231105-
CMYK0.0700.550.09
HSL67.62º72.41%65.88%-
HSV(B)67.62º54.55%90.59%-
XYZ59.1572.6224.26-
YUV211.8567.7130.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 231 (90.62% from 255) = 41.92%
BLUE value IS 105 (41.41% from 255) = 19.06%
R=39.02%
G=41.92%
B=19.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152311050.0700.550.0967.6272.4165.88
HexD7E76970379444842
Octal327347151706711104110102
Binary1101011111100111110100111101101111001100010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E769; }

 p { color: rgb(215,231,105); }

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

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

 a { background-color: rgb(215,231,105); }

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

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

 span { border-color: rgb(215,231,105); }

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