#D0E95C

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

Shades of Mindaro #D0E95C

Tints of Mindaro #D0E95C

Color information

#D0E95C (or 0xD0E95C) is unknown color: approx Mindaro. HEX triplet: D0, E9 and 5C. RGB value is (208,233,92). Sum of RGB (Red+Green+Blue) = 208+233+92=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E95C is #2F16A3. Grayscale: #D1D1D1. Windows color (decimal): -3085988 or 6089168. OLE color: 6089168.

HSL color Cylindrical-coordinate representation of color #D0E95C: hue angle of 70.64º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0E95C is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB20823392-
CMYK0.1100.610.09
HSL70.64º76.22%63.73%-
HSV(B)70.64º60.52%91.37%-
XYZ57.0872.4621.1-
YUV209.4561.72126.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 233 (91.41% from 255) = 43.71%
BLUE value IS 92 (36.33% from 255) = 17.26%
R=39.02%
G=43.71%
B=17.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208233920.1100.610.0970.6476.2263.73
HexD0E95CB03D9474c40
Octal3203511341307511107114100
Binary11010000111010011011100101101111011001100011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E95C; }

 p { color: rgb(208,233,92); }

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

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

 a { background-color: rgb(208,233,92); }

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

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

 span { border-color: rgb(208,233,92); }

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