#D1F24F

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

Shades of Mindaro #D1F24F

Tints of Mindaro #D1F24F

Color information

#D1F24F (or 0xD1F24F) is unknown color: approx Mindaro. HEX triplet: D1, F2 and 4F. RGB value is (209,242,79). Sum of RGB (Red+Green+Blue) = 209+242+79=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F24F is #2E0DB0. Grayscale: #D6D6D6. Windows color (decimal): -3018161 or 5239505. OLE color: 5239505.

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

Color convert

RGB20924279-
CMYK0.1400.670.05
HSL72.15º86.24%62.94%-
HSV(B)72.15º67.36%94.9%-
XYZ59.4677.6219.25-
YUV213.5552.07124.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 242 (94.92% from 255) = 45.66%
BLUE value IS 79 (31.25% from 255) = 14.91%
R=39.43%
G=45.66%
B=14.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209242790.1400.670.0572.1586.2462.94
HexD1F24FE043548563f
Octal321362117160103511012677
Binary1101000111110010100111111100100001110110010001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F24F; }

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

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

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

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

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

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

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

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