#D8FD61

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

Shades of Mindaro #D8FD61

Tints of Mindaro #D8FD61

Color information

#D8FD61 (or 0xD8FD61) is unknown color: approx Mindaro. HEX triplet: D8, FD and 61. RGB value is (216,253,97). Sum of RGB (Red+Green+Blue) = 216+253+97=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 97 (38.28% from 255 or 17.14% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD61 is #27029E. Grayscale: #E0E0E0. Windows color (decimal): -2556575 or 6421976. OLE color: 6421976.

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

Color convert

RGB21625397-
CMYK0.1500.620.01
HSL74.23º97.5%68.63%-
HSV(B)74.23º61.66%99.22%-
XYZ65.685.7124.4-
YUV224.1556.24122.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 253 (99.22% from 255) = 44.70%
BLUE value IS 97 (38.28% from 255) = 17.14%
R=38.16%
G=44.70%
B=17.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal216253970.1500.620.0174.2397.568.63
HexD8FD61F03E14a6245
Octal330375141170761112142105
Binary11011000111111011100001111101111101100101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FD61; }

 p { color: rgb(216,253,97); }

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

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

 a { background-color: rgb(216,253,97); }

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

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

 span { border-color: rgb(216,253,97); }

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