#D1F25E

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

Shades of Mindaro #D1F25E

Tints of Mindaro #D1F25E

Color information

#D1F25E (or 0xD1F25E) is unknown color: approx Mindaro. HEX triplet: D1, F2 and 5E. RGB value is (209,242,94). Sum of RGB (Red+Green+Blue) = 209+242+94=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F25E is #2E0DA1. Grayscale: #D7D7D7. Windows color (decimal): -3018146 or 6222545. OLE color: 6222545.

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

Color convert

RGB20924294-
CMYK0.1400.610.05
HSL73.38º85.06%65.88%-
HSV(B)73.38º61.16%94.9%-
XYZ60.0777.8722.45-
YUV215.2659.57123.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 94 (37.11% from 255) = 17.25%
R=38.35%
G=44.40%
B=17.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209242940.1400.610.0573.3885.0665.88
HexD1F25EE03D5495542
Octal321362136160755111125102
Binary1101000111110010101111011100111101101100100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F25E; }

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

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

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

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

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

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

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

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