#D5FD61

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

Shades of Mindaro #D5FD61

Tints of Mindaro #D5FD61

Color information

#D5FD61 (or 0xD5FD61) is unknown color: approx Mindaro. HEX triplet: D5, FD and 61. RGB value is (213,253,97). Sum of RGB (Red+Green+Blue) = 213+253+97=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 97 (38.28% from 255 or 17.23% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FD61 is #2A029E. Grayscale: #DFDFDF. Windows color (decimal): -2753183 or 6421973. OLE color: 6421973.

HSL color Cylindrical-coordinate representation of color #D5FD61: hue angle of 75.38º 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 #D5FD61 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB21325397-
CMYK0.1600.620.01
HSL75.38º97.5%68.63%-
HSV(B)75.38º61.66%99.22%-
XYZ64.7285.2624.35-
YUV223.2656.75120.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 253 (99.22% from 255) = 44.94%
BLUE value IS 97 (38.28% from 255) = 17.23%
R=37.83%
G=44.94%
B=17.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213253970.1600.620.0175.3897.568.63
HexD5FD611003E14b6245
Octal325375141200761113142105
Binary110101011111110111000011000001111101100101111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FD61; }

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

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

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

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

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

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

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

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