#D6E769

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

Shades of Mindaro #D6E769

Tints of Mindaro #D6E769

Color information

#D6E769 (or 0xD6E769) is unknown color: approx Mindaro. HEX triplet: D6, E7 and 69. RGB value is (214,231,105). Sum of RGB (Red+Green+Blue) = 214+231+105=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E769 is #291896. Grayscale: #D4D4D4. Windows color (decimal): -2693271 or 6940630. OLE color: 6940630.

HSL color Cylindrical-coordinate representation of color #D6E769: hue angle of 68.1º 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 #D6E769 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB214231105-
CMYK0.0700.550.09
HSL68.1º72.41%65.88%-
HSV(B)68.1º54.55%90.59%-
XYZ58.8672.4724.25-
YUV211.5567.87129.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 231 (90.62% from 255) = 42%
BLUE value IS 105 (41.41% from 255) = 19.09%
R=38.91%
G=42%
B=19.09%

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
Decimal2142311050.0700.550.0968.172.4165.88
HexD6E76970379444842
Octal326347151706711104110102
Binary1101011011100111110100111101101111001100010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E769; }

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

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

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

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

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

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

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

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