#D0E078

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

Shades of Mindaro #D0E078

Tints of Mindaro #D0E078

Color information

#D0E078 (or 0xD0E078) is unknown color: approx Mindaro. HEX triplet: D0, E0 and 78. RGB value is (208,224,120). Sum of RGB (Red+Green+Blue) = 208+224+120=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E078 is #2F1F87. Grayscale: #CFCFCF. Windows color (decimal): -3088264 or 7921872. OLE color: 7921872.

HSL color Cylindrical-coordinate representation of color #D0E078: hue angle of 69.23º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0E078 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB208224120-
CMYK0.0700.460.12
HSL69.23º62.65%67.45%-
HSV(B)69.23º46.43%87.84%-
XYZ56.0668.0827.95-
YUV207.3678.7128.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 120 (47.27% from 255) = 21.74%
R=37.68%
G=40.58%
B=21.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082241200.0700.460.1269.2362.6567.45
HexD0E078702EC453f43
Octal32034017070561410577103
Binary110100001110000011110001110101110110010001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E078; }

 p { color: rgb(208,224,120); }

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

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

 a { background-color: rgb(208,224,120); }

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

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

 span { border-color: rgb(208,224,120); }

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