#D1F06C

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

Shades of Mindaro #D1F06C

Tints of Mindaro #D1F06C

Color information

#D1F06C (or 0xD1F06C) is unknown color: approx Mindaro. HEX triplet: D1, F0 and 6C. RGB value is (209,240,108). Sum of RGB (Red+Green+Blue) = 209+240+108=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F06C is #2E0F93. Grayscale: #D8D8D8. Windows color (decimal): -3018644 or 7139537. OLE color: 7139537.

HSL color Cylindrical-coordinate representation of color #D1F06C: hue angle of 74.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1F06C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB209240108-
CMYK0.1300.550.06
HSL74.09º81.48%68.24%-
HSV(B)74.09º55%94.12%-
XYZ60.1676.9625.87-
YUV215.6867.23123.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 240 (94.14% from 255) = 43.09%
BLUE value IS 108 (42.58% from 255) = 19.39%
R=37.52%
G=43.09%
B=19.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092401080.1300.550.0674.0981.4868.24
HexD1F06CD03764a5144
Octal321360154150676112121104
Binary1101000111110000110110011010110111110100101010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F06C; }

 p { color: rgb(209,240,108); }

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

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

 a { background-color: rgb(209,240,108); }

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

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

 span { border-color: rgb(209,240,108); }

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