#D0EE73

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

Shades of Mindaro #D0EE73

Tints of Mindaro #D0EE73

Color information

#D0EE73 (or 0xD0EE73) is unknown color: approx Mindaro. HEX triplet: D0, EE and 73. RGB value is (208,238,115). Sum of RGB (Red+Green+Blue) = 208+238+115=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EE73 is #2F118C. Grayscale: #D7D7D7. Windows color (decimal): -3084685 or 7597776. OLE color: 7597776.

HSL color Cylindrical-coordinate representation of color #D0EE73: hue angle of 74.63º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0EE73 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB208238115-
CMYK0.1300.520.07
HSL74.63º78.34%69.22%-
HSV(B)74.63º51.68%93.33%-
XYZ59.6875.827.7-
YUV215.0171.56123-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 115 (45.31% from 255) = 20.50%
R=37.08%
G=42.42%
B=20.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381150.1300.520.0774.6378.3469.22
HexD0EE73D03474b4e45
Octal320356163150647113116105
Binary1101000011101110111001111010110100111100101110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EE73; }

 p { color: rgb(208,238,115); }

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

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

 a { background-color: rgb(208,238,115); }

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

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

 span { border-color: rgb(208,238,115); }

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