#D0E95E

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

Shades of Mindaro #D0E95E

Tints of Mindaro #D0E95E

Color information

#D0E95E (or 0xD0E95E) is unknown color: approx Mindaro. HEX triplet: D0, E9 and 5E. RGB value is (208,233,94). Sum of RGB (Red+Green+Blue) = 208+233+94=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E95E is #2F16A1. Grayscale: #D2D2D2. Windows color (decimal): -3085986 or 6220240. OLE color: 6220240.

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

Color convert

RGB20823394-
CMYK0.1100.600.09
HSL70.79º75.96%64.12%-
HSV(B)70.79º59.66%91.37%-
XYZ57.1772.521.57-
YUV209.6862.72126.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 233 (91.41% from 255) = 43.55%
BLUE value IS 94 (37.11% from 255) = 17.57%
R=38.88%
G=43.55%
B=17.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208233940.1100.600.0970.7975.9664.12
HexD0E95EB03C9474c40
Octal3203511361307411107114100
Binary11010000111010011011110101101111001001100011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E95E; }

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

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

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

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

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

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

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

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