#D0E07B

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

Shades of Mindaro #D0E07B

Tints of Mindaro #D0E07B

Color information

#D0E07B (or 0xD0E07B) is unknown color: approx Mindaro. HEX triplet: D0, E0 and 7B. RGB value is (208,224,123). Sum of RGB (Red+Green+Blue) = 208+224+123=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E07B is #2F1F84. Grayscale: #D0D0D0. Windows color (decimal): -3088261 or 8118480. OLE color: 8118480.

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

Color convert

RGB208224123-
CMYK0.0700.450.12
HSL69.5º61.96%68.04%-
HSV(B)69.5º45.09%87.84%-
XYZ56.2468.1528.93-
YUV207.780.2128.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 224 (87.89% from 255) = 40.36%
BLUE value IS 123 (48.44% from 255) = 22.16%
R=37.48%
G=40.36%
B=22.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082241230.0700.450.1269.561.9668.04
HexD0E07B702DC463e44
Octal32034017370551410676104
Binary110100001110000011110111110101101110010001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E07B; }

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

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

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

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

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

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

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

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