#D0E370

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

Shades of Mindaro #D0E370

Tints of Mindaro #D0E370

Color information

#D0E370 (or 0xD0E370) is unknown color: approx Mindaro. HEX triplet: D0, E3 and 70. RGB value is (208,227,112). Sum of RGB (Red+Green+Blue) = 208+227+112=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E370 is #2F1C8F. Grayscale: #D0D0D0. Windows color (decimal): -3087504 or 7398352. OLE color: 7398352.

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

Color convert

RGB208227112-
CMYK0.0800.510.11
HSL69.91º67.25%66.47%-
HSV(B)69.91º50.66%89.02%-
XYZ56.4169.5225.77-
YUV208.2173.71127.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 227 (89.06% from 255) = 41.50%
BLUE value IS 112 (44.14% from 255) = 20.48%
R=38.03%
G=41.50%
B=20.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082271120.0800.510.1169.9167.2566.47
HexD0E3708033B464342
Octal3203431601006313106103102
Binary11010000111000111110000100001100111011100011010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E370; }

 p { color: rgb(208,227,112); }

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

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

 a { background-color: rgb(208,227,112); }

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

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

 span { border-color: rgb(208,227,112); }

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