#D1F261

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

Shades of Mindaro #D1F261

Tints of Mindaro #D1F261

Color information

#D1F261 (or 0xD1F261) is unknown color: approx Mindaro. HEX triplet: D1, F2 and 61. RGB value is (209,242,97). Sum of RGB (Red+Green+Blue) = 209+242+97=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F261 is #2E0D9E. Grayscale: #D8D8D8. Windows color (decimal): -3018143 or 6419153. OLE color: 6419153.

HSL color Cylindrical-coordinate representation of color #D1F261: hue angle of 73.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1F261 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB20924297-
CMYK0.1400.600.05
HSL73.66º84.8%66.47%-
HSV(B)73.66º59.92%94.9%-
XYZ60.277.9223.18-
YUV215.661.07123.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 242 (94.92% from 255) = 44.16%
BLUE value IS 97 (38.28% from 255) = 17.70%
R=38.14%
G=44.16%
B=17.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209242970.1400.600.0573.6684.866.47
HexD1F261E03C54a5542
Octal321362141160745112125102
Binary1101000111110010110000111100111100101100101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F261; }

 p { color: rgb(209,242,97); }

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

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

 a { background-color: rgb(209,242,97); }

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

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

 span { border-color: rgb(209,242,97); }

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