#D0EA60

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

Shades of Mindaro #D0EA60

Tints of Mindaro #D0EA60

Color information

#D0EA60 (or 0xD0EA60) is unknown color: approx Mindaro. HEX triplet: D0, EA and 60. RGB value is (208,234,96). Sum of RGB (Red+Green+Blue) = 208+234+96=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA60 is #2F159F. Grayscale: #D3D3D3. Windows color (decimal): -3085728 or 6351568. OLE color: 6351568.

HSL color Cylindrical-coordinate representation of color #D0EA60: hue angle of 71.3º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0EA60 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB20823496-
CMYK0.1100.590.08
HSL71.3º76.67%64.71%-
HSV(B)71.3º58.97%91.76%-
XYZ57.5573.122.14-
YUV210.4963.39126.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 234 (91.80% from 255) = 43.49%
BLUE value IS 96 (37.89% from 255) = 17.84%
R=38.66%
G=43.49%
B=17.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208234960.1100.590.0871.376.6764.71
HexD0EA60B03B8474d41
Octal3203521401307310107115101
Binary11010000111010101100000101101110111000100011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EA60; }

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

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

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

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

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

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

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

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