#D0EA6D

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

Shades of Mindaro #D0EA6D

Tints of Mindaro #D0EA6D

Color information

#D0EA6D (or 0xD0EA6D) is unknown color: approx Mindaro. HEX triplet: D0, EA and 6D. RGB value is (208,234,109). Sum of RGB (Red+Green+Blue) = 208+234+109=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA6D is #2F1592. Grayscale: #D4D4D4. Windows color (decimal): -3085715 or 7203536. OLE color: 7203536.

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

Color convert

RGB208234109-
CMYK0.1100.530.08
HSL72.48º74.85%67.25%-
HSV(B)72.48º53.42%91.76%-
XYZ58.273.3625.56-
YUV211.9869.89125.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 109 (42.97% from 255) = 19.78%
R=37.75%
G=42.47%
B=19.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082341090.1100.530.0872.4874.8567.25
HexD0EA6DB0358484b43
Octal3203521551306510110113103
Binary11010000111010101101101101101101011000100100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EA6D; }

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

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

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

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

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

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

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

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