#D0EC60

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

Shades of Mindaro #D0EC60

Tints of Mindaro #D0EC60

Color information

#D0EC60 (or 0xD0EC60) is unknown color: approx Mindaro. HEX triplet: D0, EC and 60. RGB value is (208,236,96). Sum of RGB (Red+Green+Blue) = 208+236+96=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC60 is #2F139F. Grayscale: #D4D4D4. Windows color (decimal): -3085216 or 6352080. OLE color: 6352080.

HSL color Cylindrical-coordinate representation of color #D0EC60: hue angle of 72º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0EC60 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB20823696-
CMYK0.1200.590.07
HSL72º78.65%65.1%-
HSV(B)72º59.32%92.55%-
XYZ58.1274.2522.33-
YUV211.6762.72125.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 236 (92.58% from 255) = 43.70%
BLUE value IS 96 (37.89% from 255) = 17.78%
R=38.52%
G=43.70%
B=17.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal208236960.1200.590.077278.6565.1
HexD0EC60C03B7484f41
Octal320354140140737110117101
Binary1101000011101100110000011000111011111100100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EC60; }

 p { color: rgb(208,236,96); }

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

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

 a { background-color: rgb(208,236,96); }

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

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

 span { border-color: rgb(208,236,96); }

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