#D0E875

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

Shades of Mindaro #D0E875

Tints of Mindaro #D0E875

Color information

#D0E875 (or 0xD0E875) is unknown color: approx Mindaro. HEX triplet: D0, E8 and 75. RGB value is (208,232,117). Sum of RGB (Red+Green+Blue) = 208+232+117=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E875 is #2F178A. Grayscale: #D4D4D4. Windows color (decimal): -3086219 or 7727312. OLE color: 7727312.

HSL color Cylindrical-coordinate representation of color #D0E875: hue angle of 72.52º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0E875 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB208232117-
CMYK0.1000.500.09
HSL72.52º71.43%68.43%-
HSV(B)72.52º49.57%90.98%-
XYZ58.0872.4127.74-
YUV211.7174.55125.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 232 (91.02% from 255) = 41.65%
BLUE value IS 117 (46.09% from 255) = 21.01%
R=37.34%
G=41.65%
B=21.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082321170.1000.500.0972.5271.4368.43
HexD0E875A0329494744
Octal3203501651206211111107104
Binary11010000111010001110101101001100101001100100110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E875; }

 p { color: rgb(208,232,117); }

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

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

 a { background-color: rgb(208,232,117); }

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

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

 span { border-color: rgb(208,232,117); }

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