#D0E470

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

Shades of Mindaro #D0E470

Tints of Mindaro #D0E470

Color information

#D0E470 (or 0xD0E470) is unknown color: approx Mindaro. HEX triplet: D0, E4 and 70. RGB value is (208,228,112). Sum of RGB (Red+Green+Blue) = 208+228+112=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E470 is #2F1B8F. Grayscale: #D1D1D1. Windows color (decimal): -3087248 or 7398608. OLE color: 7398608.

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

Color convert

RGB208228112-
CMYK0.0900.510.11
HSL70.34º68.24%66.67%-
HSV(B)70.34º50.88%89.41%-
XYZ56.6870.0725.87-
YUV208.873.37127.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 228 (89.45% from 255) = 41.61%
BLUE value IS 112 (44.14% from 255) = 20.44%
R=37.96%
G=41.61%
B=20.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082281120.0900.510.1170.3468.2466.67
HexD0E4709033B464443
Octal3203441601106313106104103
Binary11010000111001001110000100101100111011100011010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E470; }

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

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

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

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

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

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

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

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