#d5ff61

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

Shades of Mindaro #D5FF61

Tints of Mindaro #D5FF61

Color information

#D5FF61 (or 0xD5FF61) is unknown color: approx Mindaro. HEX triplet: D5, FF and 61. RGB value is (213,255,97). Sum of RGB (Red+Green+Blue) = 213+255+97=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 97 (38.28% from 255 or 17.17% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF61 is #2A009E. Grayscale: #E1E1E1. Windows color (decimal): -2752671 or 6422485. OLE color: 6422485.

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

Color convert

RGB21325597-
CMYK0.1600.620
HSL75.95º100%69.02%-
HSV(B)75.95º61.96%100%-
XYZ65.3686.5324.57-
YUV224.4356.09119.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 97 (38.28% from 255) = 17.17%
R=37.70%
G=45.13%
B=17.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255970.1600.62075.9510069.02
HexD5FF611003E04c6445
Octal325377141200760114144105
Binary110101011111111111000011000001111100100110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5ff61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5ff61; }

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

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

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

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

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

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

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

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