#D9FF5D

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

Shades of Mindaro #D9FF5D

Tints of Mindaro #D9FF5D

Color information

#D9FF5D (or 0xD9FF5D) is unknown color: approx Mindaro. HEX triplet: D9, FF and 5D. RGB value is (217,255,93). Sum of RGB (Red+Green+Blue) = 217+255+93=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF5D is #2600A2. Grayscale: #E1E1E1. Windows color (decimal): -2490531 or 6160345. OLE color: 6160345.

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

Color convert

RGB21725593-
CMYK0.1500.640
HSL74.07º100%68.24%-
HSV(B)74.07º63.53%100%-
XYZ66.3587.0623.66-
YUV225.1753.41122.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 93 (36.72% from 255) = 16.46%
R=38.41%
G=45.13%
B=16.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal217255930.1500.64074.0710068.24
HexD9FF5DF04004a6444
Octal3313771351701000112144104
Binary110110011111111110111011111010000000100101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FF5D; }

 p { color: rgb(217,255,93); }

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

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

 a { background-color: rgb(217,255,93); }

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

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

 span { border-color: rgb(217,255,93); }

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