#D1F356

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

Shades of Mindaro #D1F356

Tints of Mindaro #D1F356

Color information

#D1F356 (or 0xD1F356) is unknown color: approx Mindaro. HEX triplet: D1, F3 and 56. RGB value is (209,243,86). Sum of RGB (Red+Green+Blue) = 209+243+86=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F356 is #2E0CA9. Grayscale: #D7D7D7. Windows color (decimal): -3017898 or 5698513. OLE color: 5698513.

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

Color convert

RGB20924386-
CMYK0.1400.650.05
HSL72.99º86.74%64.51%-
HSV(B)72.99º64.61%95.29%-
XYZ60.0278.3320.76-
YUV214.9455.24123.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 243 (95.31% from 255) = 45.17%
BLUE value IS 86 (33.98% from 255) = 15.99%
R=38.85%
G=45.17%
B=15.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209243860.1400.650.0572.9986.7464.51
HexD1F356E0415495741
Octal3213631261601015111127101
Binary11010001111100111010110111001000001101100100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F356; }

 p { color: rgb(209,243,86); }

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

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

 a { background-color: rgb(209,243,86); }

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

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

 span { border-color: rgb(209,243,86); }

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