#D7F561

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

Shades of Mindaro #D7F561

Tints of Mindaro #D7F561

Color information

#D7F561 (or 0xD7F561) is unknown color: approx Mindaro. HEX triplet: D7, F5 and 61. RGB value is (215,245,97). Sum of RGB (Red+Green+Blue) = 215+245+97=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F561 is #280A9E. Grayscale: #DBDBDB. Windows color (decimal): -2624159 or 6419927. OLE color: 6419927.

HSL color Cylindrical-coordinate representation of color #D7F561: hue angle of 72.16º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7F561 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB21524597-
CMYK0.1200.600.04
HSL72.16º88.1%67.06%-
HSV(B)72.16º60.41%96.08%-
XYZ62.8380.6123.56-
YUV219.1659.06125.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 245 (96.09% from 255) = 43.99%
BLUE value IS 97 (38.28% from 255) = 17.41%
R=38.60%
G=43.99%
B=17.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal215245970.1200.600.0472.1688.167.06
HexD7F561C03C4485843
Octal327365141140744110130103
Binary1101011111110101110000111000111100100100100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F561; }

 p { color: rgb(215,245,97); }

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

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

 a { background-color: rgb(215,245,97); }

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

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

 span { border-color: rgb(215,245,97); }

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