#D2F561

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

Shades of Mindaro #D2F561

Tints of Mindaro #D2F561

Color information

#D2F561 (or 0xD2F561) is unknown color: approx Mindaro. HEX triplet: D2, F5 and 61. RGB value is (210,245,97). Sum of RGB (Red+Green+Blue) = 210+245+97=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F561 is #2D0A9E. Grayscale: #DADADA. Windows color (decimal): -2951839 or 6419922. OLE color: 6419922.

HSL color Cylindrical-coordinate representation of color #D2F561: hue angle of 74.19º 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 #D2F561 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB21024597-
CMYK0.1400.600.04
HSL74.19º88.1%67.06%-
HSV(B)74.19º60.41%96.08%-
XYZ61.3979.8723.49-
YUV217.6659.9122.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 245 (96.09% from 255) = 44.38%
BLUE value IS 97 (38.28% from 255) = 17.57%
R=38.04%
G=44.38%
B=17.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal210245970.1400.600.0474.1988.167.06
HexD2F561E03C44a5843
Octal322365141160744112130103
Binary1101001011110101110000111100111100100100101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F561; }

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

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

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

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

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

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

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

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