#D0E676

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

Shades of Mindaro #D0E676

Tints of Mindaro #D0E676

Color information

#D0E676 (or 0xD0E676) is unknown color: approx Mindaro. HEX triplet: D0, E6 and 76. RGB value is (208,230,118). Sum of RGB (Red+Green+Blue) = 208+230+118=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E676 is #2F1989. Grayscale: #D3D3D3. Windows color (decimal): -3086730 or 7792336. OLE color: 7792336.

HSL color Cylindrical-coordinate representation of color #D0E676: hue angle of 71.79º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0E676 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB208230118-
CMYK0.1000.490.10
HSL71.79º69.14%68.24%-
HSV(B)71.79º48.7%90.2%-
XYZ57.5871.3127.87-
YUV210.6575.71126.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 230 (90.23% from 255) = 41.37%
BLUE value IS 118 (46.48% from 255) = 21.22%
R=37.41%
G=41.37%
B=21.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082301180.1000.490.1071.7969.1468.24
HexD0E676A031A484544
Octal3203461661206112110105104
Binary11010000111001101110110101001100011010100100010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E676; }

 p { color: rgb(208,230,118); }

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

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

 a { background-color: rgb(208,230,118); }

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

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

 span { border-color: rgb(208,230,118); }

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