#D0E865

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

Shades of Mindaro #D0E865

Tints of Mindaro #D0E865

Color information

#D0E865 (or 0xD0E865) is unknown color: approx Mindaro. HEX triplet: D0, E8 and 65. RGB value is (208,232,101). Sum of RGB (Red+Green+Blue) = 208+232+101=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E865 is #2F179A. Grayscale: #D2D2D2. Windows color (decimal): -3086235 or 6678736. OLE color: 6678736.

HSL color Cylindrical-coordinate representation of color #D0E865: hue angle of 70.99º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0E865 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB208232101-
CMYK0.1000.560.09
HSL70.99º74.01%65.29%-
HSV(B)70.99º56.47%90.98%-
XYZ57.2272.0623.21-
YUV209.8966.55126.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 232 (91.02% from 255) = 42.88%
BLUE value IS 101 (39.84% from 255) = 18.67%
R=38.45%
G=42.88%
B=18.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082321010.1000.560.0970.9974.0165.29
HexD0E865A0389474a41
Octal3203501451207011107112101
Binary11010000111010001100101101001110001001100011110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E865; }

 p { color: rgb(208,232,101); }

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

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

 a { background-color: rgb(208,232,101); }

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

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

 span { border-color: rgb(208,232,101); }

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