#D1F26D

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

Shades of Mindaro #D1F26D

Tints of Mindaro #D1F26D

Color information

#D1F26D (or 0xD1F26D) is unknown color: approx Mindaro. HEX triplet: D1, F2 and 6D. RGB value is (209,242,109). Sum of RGB (Red+Green+Blue) = 209+242+109=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F26D is #2E0D92. Grayscale: #D9D9D9. Windows color (decimal): -3018131 or 7205585. OLE color: 7205585.

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

Color convert

RGB209242109-
CMYK0.1400.550.05
HSL74.89º83.65%68.82%-
HSV(B)74.89º54.96%94.9%-
XYZ60.8178.1626.35-
YUV216.9767.07122.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 242 (94.92% from 255) = 43.21%
BLUE value IS 109 (42.97% from 255) = 19.46%
R=37.32%
G=43.21%
B=19.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092421090.1400.550.0574.8983.6568.82
HexD1F26DE03754b5445
Octal321362155160675113124105
Binary1101000111110010110110111100110111101100101110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F26D; }

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

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

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

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

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

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

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

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