#D8FF5E

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

Shades of Mindaro #D8FF5E

Tints of Mindaro #D8FF5E

Color information

#D8FF5E (or 0xD8FF5E) is unknown color: approx Mindaro. HEX triplet: D8, FF and 5E. RGB value is (216,255,94). Sum of RGB (Red+Green+Blue) = 216+255+94=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FF5E is #2700A1. Grayscale: #E1E1E1. Windows color (decimal): -2556066 or 6225880. OLE color: 6225880.

HSL color Cylindrical-coordinate representation of color #D8FF5E: hue angle of 74.53º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8FF5E is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB21625594-
CMYK0.1500.630
HSL74.53º100%68.43%-
HSV(B)74.53º63.14%100%-
XYZ66.186.9323.88-
YUV224.9854.08121.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.23%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 94 (37.11% from 255) = 16.64%
R=38.23%
G=45.13%
B=16.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal216255940.1500.63074.5310068.43
HexD8FF5EF03F04b6444
Octal330377136170770113144104
Binary11011000111111111011110111101111110100101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FF5E; }

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

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

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

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

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

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

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

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