#D0DF7B

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

Shades of Mindaro #D0DF7B

Tints of Mindaro #D0DF7B

Color information

#D0DF7B (or 0xD0DF7B) is unknown color: approx Mindaro. HEX triplet: D0, DF and 7B. RGB value is (208,223,123). Sum of RGB (Red+Green+Blue) = 208+223+123=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DF7B is #2F2084. Grayscale: #CFCFCF. Windows color (decimal): -3088517 or 8118224. OLE color: 8118224.

HSL color Cylindrical-coordinate representation of color #D0DF7B: hue angle of 69º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0DF7B is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB208223123-
CMYK0.0700.450.13
HSL69º60.98%67.84%-
HSV(B)69º44.84%87.45%-
XYZ55.9867.6228.84-
YUV207.1180.53128.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 223 (87.5% from 255) = 40.25%
BLUE value IS 123 (48.44% from 255) = 22.20%
R=37.55%
G=40.25%
B=22.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231230.0700.450.136960.9867.84
HexD0DF7B702DD453d44
Octal32033717370551510575104
Binary110100001101111111110111110101101110110001011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DF7B; }

 p { color: rgb(208,223,123); }

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

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

 a { background-color: rgb(208,223,123); }

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

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

 span { border-color: rgb(208,223,123); }

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