#D9FD62

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

Shades of Mindaro #D9FD62

Tints of Mindaro #D9FD62

Color information

#D9FD62 (or 0xD9FD62) is unknown color: approx Mindaro. HEX triplet: D9, FD and 62. RGB value is (217,253,98). Sum of RGB (Red+Green+Blue) = 217+253+98=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 98 (38.67% from 255 or 17.25% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FD62 is #26029D. Grayscale: #E1E1E1. Windows color (decimal): -2491038 or 6487513. OLE color: 6487513.

HSL color Cylindrical-coordinate representation of color #D9FD62: hue angle of 73.94º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9FD62 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB21725398-
CMYK0.1400.610.01
HSL73.94º97.48%68.82%-
HSV(B)73.94º61.26%99.22%-
XYZ65.9585.8824.66-
YUV224.5756.57122.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 253 (99.22% from 255) = 44.54%
BLUE value IS 98 (38.67% from 255) = 17.25%
R=38.20%
G=44.54%
B=17.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal217253980.1400.610.0173.9497.4868.82
HexD9FD62E03D14a6145
Octal331375142160751112141105
Binary11011001111111011100010111001111011100101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FD62; }

 p { color: rgb(217,253,98); }

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

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

 a { background-color: rgb(217,253,98); }

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

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

 span { border-color: rgb(217,253,98); }

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