#D8EB5E

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

Shades of Mindaro #D8EB5E

Tints of Mindaro #D8EB5E

Color information

#D8EB5E (or 0xD8EB5E) is unknown color: approx Mindaro. HEX triplet: D8, EB and 5E. RGB value is (216,235,94). Sum of RGB (Red+Green+Blue) = 216+235+94=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EB5E is #2714A1. Grayscale: #D5D5D5. Windows color (decimal): -2561186 or 6220760. OLE color: 6220760.

HSL color Cylindrical-coordinate representation of color #D8EB5E: hue angle of 68.09º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8EB5E is Cyan = 0.08, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB21623594-
CMYK0.0800.60.08
HSL68.09º77.9%64.51%-
HSV(B)68.09º60%92.16%-
XYZ60.0574.8221.87-
YUV213.2460.71129.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 94 (37.11% from 255) = 17.25%
R=39.63%
G=43.12%
B=17.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal216235940.0800.60.0868.0977.964.51
HexD8EB5E803C8444e41
Octal3303531361007410104116101
Binary11011000111010111011110100001111001000100010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EB5E; }

 p { color: rgb(216,235,94); }

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

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

 a { background-color: rgb(216,235,94); }

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

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

 span { border-color: rgb(216,235,94); }

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